--- avoid-blacklist-and-whitelist: description: "Use words like 'skip', 'select', 'allow' or 'deny' instead" level: error include: ['comm/'] exclude: - comm/tools/lint/rejected-words.yml - comm/mail/test/browser/account/browser_abWhitelist.js - comm/mail/app/profile/all-thunderbird.js - comm/mailnews type: external wrappedType: regex payload: commlint:lint_wrapper wraps: (black|white)[-_]?list ignore-case: true # same as codespell extensions: - c - configure - cpp - ftl - h - html - idl - js - jsm - jxs - md - mjs - properties - py - rst - xhtml - xml - yml - rs avoid-gobbledygook: description: "American English colloquialism. Use 'nonsense' instead." level: error include: ['comm/'] type: regex payload: \b(gobbledy)?-?gook ignore-case: true exclude: - comm/tools/lint/rejected-words.yml # same as codespell extensions: - c - configure - cpp - ftl - h - html - idl - js - jsm - jxs - md - mjs - properties - py - rst - xhtml - xml - yml - rs