Title: [206898] trunk/Tools
Revision
206898
Author
commit-qu...@webkit.org
Date
2016-10-06 20:26:29 -0700 (Thu, 06 Oct 2016)

Log Message

check-webkit-style: Enable the legal/copyright rule for cpp/h files
https://bugs.webkit.org/show_bug.cgi?id=162707

Patch by Joseph Pecoraro <pecor...@apple.com> on 2016-10-06
Reviewed by Darin Adler.

* Scripts/webkitpy/style/checker.py:
Enable this rule by default.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (206897 => 206898)


--- trunk/Tools/ChangeLog	2016-10-07 03:26:03 UTC (rev 206897)
+++ trunk/Tools/ChangeLog	2016-10-07 03:26:29 UTC (rev 206898)
@@ -1,5 +1,15 @@
 2016-10-06  Joseph Pecoraro  <pecor...@apple.com>
 
+        check-webkit-style: Enable the legal/copyright rule for cpp/h files
+        https://bugs.webkit.org/show_bug.cgi?id=162707
+
+        Reviewed by Darin Adler.
+
+        * Scripts/webkitpy/style/checker.py:
+        Enable this rule by default.
+
+2016-10-06  Joseph Pecoraro  <pecor...@apple.com>
+
         Header guard style should be updated to be "#pragma once"
         https://bugs.webkit.org/show_bug.cgi?id=159785
 

Modified: trunk/Tools/Scripts/webkitpy/style/checker.py (206897 => 206898)


--- trunk/Tools/Scripts/webkitpy/style/checker.py	2016-10-07 03:26:03 UTC (rev 206897)
+++ trunk/Tools/Scripts/webkitpy/style/checker.py	2016-10-07 03:26:29 UTC (rev 206898)
@@ -87,7 +87,6 @@
     '-build/endif_comment',
     '-build/include_what_you_use',  # <string> for std::string
     '-build/storage_class',  # const static
-    '-legal/copyright',
     '-readability/multiline_comment',
     '-readability/braces',  # int foo() {};
     '-readability/fn_size',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to