Bug 1445245 - Add more directories in the codespell whitelist r?ahal draft
authorSylvestre Ledru <sledru@mozilla.com>
Tue, 13 Mar 2018 14:50:20 +0100
changeset 766856 fb4868bae945d4f3ef44bf3d73e72f072448b140
parent 766838 e5e3d0efe3f745073e7cad1f7e3f4dbea2a2be46
child 766955 68058063eb31f642bf99229e53fafc537782984c
child 766956 8116b9499ae1d125cf5035c8c444143bd98a0fc4
push id102417
push userbmo:sledru@mozilla.com
push dateTue, 13 Mar 2018 13:50:43 +0000
reviewersahal
bugs1445245
milestone61.0a1
Bug 1445245 - Add more directories in the codespell whitelist r?ahal MozReview-Commit-ID: 5dLm1fus7J0
tools/lint/codespell.yml
--- a/tools/lint/codespell.yml
+++ b/tools/lint/codespell.yml
@@ -1,14 +1,23 @@
 ---
 codespell:
     description: Check code for common misspellings
     include:
+        - browser/base/content/docs/
+        - browser/experiments/docs
+        - build/docs
+        - mobile/android/docs
+        - python/mozlint
+        - taskcluster/docs
+        - testing/mozbase/docs
+        - toolkit/components/extensions/docs
+        - toolkit/components/telemetry/docs/
+        - toolkit/crashreporter/docs
         - tools/lint
-        - python/mozlint
     exclude:
         - third_party
     # List of extensions coming from:
     # tools/lint/{flake8,eslint}.yml
     # tools/mach_commands.py (clang-format)
     # + documentation
     # + localization files
     extensions: