rejected-words.rst (624B)
1 Rejected words 2 ============== 3 4 Reject some words we don't want to use in the code base for various reasons. 5 6 Run Locally 7 ----------- 8 9 The mozlint integration of codespell can be run using mach: 10 11 .. parsed-literal:: 12 13 $ mach lint --linter rejected-words <file paths> 14 15 16 Configuration 17 ------------- 18 19 This linter is enabled on the whole code base. Issues existing in the code base 20 are listed in the exclude list in the :searchfox:`rejected-words.yml 21 <tools/lint/rejected-words.yml>` file. 22 23 New words can be added in the `payload` section. 24 25 Sources 26 ------- 27 28 * :searchfox:`Configuration (YAML) <tools/lint/rejected-words.yml>`