gecko-dev/tools/lint/codespell.yml
Kris Maglione 5e3d4e93b5 Bug 1420908: Follow-up: Remove missing directory from codespell.yml. r=bustage DONTBUILD CLOSED TREE
MozReview-Commit-ID: 8Sx2Hpbf5o2

--HG--
extra : amend_source : ca57f2d84bf6185ebded5fa500b58e8d6c514093
2018-04-14 21:52:43 -07:00

41 lines
926 B
YAML

---
codespell:
description: Check code for common misspellings
include:
- browser/base/content/docs/
- build/docs
- mobile/android/docs
- python/docs
- python/mozlint
- taskcluster/docs
- testing/mozbase/docs
- toolkit/components/extensions/docs
- toolkit/components/telemetry/docs/
- toolkit/crashreporter/docs
- tools/lint
exclude:
- third_party
# List of extensions coming from:
# tools/lint/{flake8,eslint}.yml
# tools/mach_commands.py (clang-format)
# + documentation
# + localization files
extensions:
- js
- jsm
- jxs
- xml
- html
- xhtml
- cpp
- c
- h
- configure
- py
- properties
- rst
support-files:
- 'tools/lint/spell/**'
type: external
payload: spell:lint