Title: [276505] trunk/Tools
Revision
276505
Author
aakash_j...@apple.com
Date
2021-04-23 10:31:54 -0700 (Fri, 23 Apr 2021)

Log 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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (276504 => 276505)


--- trunk/Tools/ChangeLog	2021-04-23 17:21:25 UTC (rev 276504)
+++ trunk/Tools/ChangeLog	2021-04-23 17:31:54 UTC (rev 276505)
@@ -1,3 +1,12 @@
+2021-04-23  Aakash Jain  <aakash_j...@apple.com>
+
+        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:
+
 2021-04-23  Youenn Fablet  <you...@apple.com>
 
         Fix KVO for camera/microphone capture state WKWebView API

Modified: trunk/Tools/Scripts/report-non-inclusive-language (276504 => 276505)


--- trunk/Tools/Scripts/report-non-inclusive-language	2021-04-23 17:21:25 UTC (rev 276504)
+++ trunk/Tools/Scripts/report-non-inclusive-language	2021-04-23 17:31:54 UTC (rev 276505)
@@ -43,7 +43,7 @@
 
 IGNORE_DIRECTORIES = ['.svn', '.git', 'autoinstalled']
 IGNORE_FILES_STARTING_WITH = ('ChangeLog')
-IGNORE_FILES_ENDING_WITH = ('.log', '.order', '.pyc', '.swp', '.xcuserstate')
+IGNORE_FILES_ENDING_WITH = ('.log', '.order', '.pyc', '.swp', '.xcuserstate', '.db', '.db-shm', '.db-wal')
 IGNORE_FILE_NAMES = ['report-non-inclusive-language']
 
 parser = argparse.ArgumentParser(description='Report counts and locations of non-inclusive terms.')
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to