⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276505 in webkit


Ignore:
Timestamp:
Apr 23, 2021, 10:31:54 AM (5 years ago)
Author:
aakash_jain@apple.com
Message:

Make report-non-inclusive-language ignore .db files
https://bugs.webkit.org/show_bug.cgi?id=224979

Reviewed by Darin Adler.

  • Scripts/report-non-inclusive-language:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r276504 r276505  
     12021-04-23  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Make report-non-inclusive-language ignore .db files
     4        https://bugs.webkit.org/show_bug.cgi?id=224979
     5
     6        Reviewed by Darin Adler.
     7
     8        * Scripts/report-non-inclusive-language:
     9
    1102021-04-23  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/Tools/Scripts/report-non-inclusive-language

    r268996 r276505  
    4444IGNORE_DIRECTORIES = ['.svn', '.git', 'autoinstalled']
    4545IGNORE_FILES_STARTING_WITH = ('ChangeLog')
    46 IGNORE_FILES_ENDING_WITH = ('.log', '.order', '.pyc', '.swp', '.xcuserstate')
     46IGNORE_FILES_ENDING_WITH = ('.log', '.order', '.pyc', '.swp', '.xcuserstate', '.db', '.db-shm', '.db-wal')
    4747IGNORE_FILE_NAMES = ['report-non-inclusive-language']
    4848
Note: See TracChangeset for help on using the changeset viewer.