gecko-dev/tools/lint/codespell.yml
Andrew Halberstadt a8b5fc493f Bug 1433912 - [lint] Only run codespell linter on python/mozlint and tools/lint for now, r=sylvestre
This is a bustage fix that needs to get out quickly. Once landed we can take
the time to enable it on more directories, or preferably change it to a
blacklist.

MozReview-Commit-ID: Gbf7q2L0tg3

--HG--
extra : rebase_source : a58ae64c655b24e686710a663d4538b4cfe020f7
2018-01-29 10:25:54 -05:00

30 lines
580 B
YAML

---
codespell:
description: Check code for common misspellings
include:
- 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:
- js
- jsm
- jxs
- xml
- html
- xhtml
- cpp
- c
- h
- configure
- py
- properties
- rst
type: external
payload: spell:lint