Reviewed by Eric Seidel.
check-webkit-style: should ignore "wrong" namings in JavaScriptCore/qt
https://bugs.webkit.org/show_bug.cgi?id=51467
* Scripts/webkitpy/style/checker.py:
* Scripts/webkitpy/style/checker_unittest.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74621
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-12-24 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ check-webkit-style: should ignore "wrong" namings in JavaScriptCore/qt
+ https://bugs.webkit.org/show_bug.cgi?id=51467
+
+ * Scripts/webkitpy/style/checker.py:
+ * Scripts/webkitpy/style/checker_unittest.py:
+
2010-12-23 Adam Barth <abarth@webkit.org>
Rubber-stamped by Eric Seidel.
"WebCore/css/CSSParser.cpp",
# Qt code uses '_' in some places (such as private slots
# and on test xxx_data methos on tests)
- "JavaScriptCore/qt/api/",
+ "JavaScriptCore/qt/",
"WebKit/qt/Api/",
"WebKit/qt/tests/",
"WebKit/qt/declarative/",
"readability/braces")
assertNoCheck("JavaScriptCore/qt/api/qscriptengine.cpp",
"readability/naming")
+ assertNoCheck("JavaScriptCore/qt/benchmarks"
+ "/qscriptengine/tst_qscriptengine.cpp",
+ "readability/naming")
assertNoCheck("WebKit/qt/Api/qwebpage.cpp",
"readability/naming")
assertNoCheck("WebKit/qt/tests/qwebelement/tst_qwebelement.cpp",