Tools/ChangeLog

 12011-06-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 Adjust efl coding style to more efl directories
 6 https://bugs.webkit.org/show_bug.cgi?id=61903
 7
 8 * Scripts/webkitpy/style/checker.py: Adjust efl coding style to efl directories.
 9
1102011-05-24 Robert Hogan <robert@webkit.org>
211
312 Reviewed by Ryosuke Niwa.

Tools/Scripts/webkitpy/style/checker.py

@@_PATH_RULES_SPECIFIER = [
168168 ([# The EFL APIs use EFL naming style, which includes
169169 # both lower-cased and camel-cased, underscore-sparated
170170 # values.
171  "Source/WebKit/efl/ewk/"],
 171 "Source/WebKit/efl/ewk/",
 172 "Tools/EWebLauncher/",
 173 "Tools/MiniBrowser/efl/"],
172174 ["-readability/naming",
173175 "-readability/parameter_name"]),
174176