Changeset 206898 in webkit


Ignore:
Timestamp:
Oct 6, 2016 8:26:29 PM (7 years ago)
Author:
commit-queue@webkit.org
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 <Joseph Pecoraro> on 2016-10-06
Reviewed by Darin Adler.

  • Scripts/webkitpy/style/checker.py:

Enable this rule by default.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r206897 r206898  
     12016-10-06  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        check-webkit-style: Enable the legal/copyright rule for cpp/h files
     4        https://bugs.webkit.org/show_bug.cgi?id=162707
     5
     6        Reviewed by Darin Adler.
     7
     8        * Scripts/webkitpy/style/checker.py:
     9        Enable this rule by default.
     10
    1112016-10-06  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Tools/Scripts/webkitpy/style/checker.py

    r206077 r206898  
    8888    '-build/include_what_you_use',  # <string> for std::string
    8989    '-build/storage_class',  # const static
    90     '-legal/copyright',
    9190    '-readability/multiline_comment',
    9291    '-readability/braces',  # int foo() {};
Note: See TracChangeset for help on using the changeset viewer.