Bug 1550804 - Add color scheme simulation to the inspector. r=pbro
[gecko.git] / tools / lint / codespell.yml
blobf5c60d10a080c25207553d99b1f3b4735c83a26e
1 ---
2 codespell:
3     description: Check code for common misspellings
4     include:
5         - browser/base/content/docs/
6         - browser/branding/
7         - browser/components/newtab/docs/
8         - browser/extensions/formautofill/locales/en-US/
9         - browser/extensions/report-site-issue/locales/en-US/
10         - browser/installer/windows/docs/
11         - browser/locales/en-US/
12         - build/docs/
13         - devtools/client/locales/en-US/
14         - devtools/docs/
15         - devtools/shared/locales/en-US/
16         - devtools/startup/locales/en-US/
17         - dom/locales/en-US/
18         - gfx/docs/
19         - intl/docs/
20         - intl/locales/en-US/
21         - js/src/doc/
22         - layout/tools/layout-debug/ui/locale/en-US/
23         - mobile/android/branding/
24         - mobile/android/docs/
25         - mobile/android/locales/en-US/
26         - mobile/locales/en-US/
27         - netwerk/locales/en-US/
28         - python/docs/
29         - python/mach/docs/
30         - python/mozlint/
31         - python/safety/
32         - security/manager/locales/en-US/
33         - services/sync/locales/en-US/
34         - taskcluster/docs/
35         - testing/mozbase/docs/
36         - toolkit/components/extensions/docs/
37         - toolkit/components/normandy/docs/
38         - toolkit/components/telemetry/docs/
39         - toolkit/crashreporter/docs/
40         - toolkit/docs/
41         - toolkit/locales/en-US/
42         - toolkit/components/search/docs/
43         - tools/lint/
44         - tools/tryselect/
45     # List of extensions coming from:
46     # tools/lint/{flake8,eslint}.yml
47     # tools/mach_commands.py (clang-format)
48     # + documentation
49     # + localization files
50     extensions:
51         - js
52         - jsm
53         - jxs
54         - xml
55         - html
56         - xhtml
57         - cpp
58         - c
59         - h
60         - configure
61         - py
62         - properties
63         - rst
64         - md
65         - ftl
66     support-files:
67         - 'tools/lint/spell/**'
68     type: external
69     setup: spell:setup
70     payload: spell:lint