gecko-dev/tools/lint/codespell.yml

39 строки
888 B
YAML

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