33 строки
645 B
YAML
33 строки
645 B
YAML
---
|
|
codespell:
|
|
description: Check code for common misspellings
|
|
include:
|
|
- .
|
|
# 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
|
|
- md
|
|
- ftl
|
|
support-files:
|
|
- 'tools/lint/spell/**'
|
|
type: external
|
|
setup: spell:setup
|
|
payload: commlint:lint_wrapper
|
|
wraps: spell:lint
|