Changeset 203936 in webkit


Ignore:
Timestamp:
Jul 29, 2016 6:25:31 PM (8 years ago)
Author:
ddkilzer@apple.com
Message:

Ignore most check-webkit-style checks for ANGLE project
<https://webkit.org/b/160333>

Reviewed by Daniel Bates.

  • Scripts/webkitpy/style/checker.py: Ignore all checkers except:
  • No tabs.
  • No spaces at the end of lines.
  • No carriage returns (DOS line endings).
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r203928 r203936  
     12016-07-29  David Kilzer  <ddkilzer@apple.com>
     2
     3        Ignore most check-webkit-style checks for ANGLE project
     4        <https://webkit.org/b/160333>
     5
     6        Reviewed by Daniel Bates.
     7
     8        * Scripts/webkitpy/style/checker.py: Ignore all checkers except:
     9        - No tabs.
     10        - No spaces at the end of lines.
     11        - No carriage returns (DOS line endings).
     12
    1132016-07-29  Wenson Hsieh  <wenson_hsieh@apple.com>
    214
  • trunk/Tools/Scripts/webkitpy/style/checker.py

    r202362 r203936  
    245245    #
    246246    ([os.path.join('webkitpy', 'thirdparty'),
     247      os.path.join('Source', 'ThirdParty', 'ANGLE'),
    247248      os.path.join('Source', 'ThirdParty', 'brotli'),
    248249      os.path.join('Source', 'ThirdParty', 'woff2')],
Note: See TracChangeset for help on using the changeset viewer.