|
| 1 | +{ |
| 2 | + "language": "en", |
| 3 | + "dictionaries": ["companies", "filetypes", "fullstack", "softwareTerms"], |
| 4 | + "words": [ |
| 5 | + "authelia", |
| 6 | + "aquasecurity", |
| 7 | + "dotenv", |
| 8 | + "excepthook", |
| 9 | + "gaudin", |
| 10 | + "isoformat", |
| 11 | + "iubp", |
| 12 | + "jetstream", |
| 13 | + "lfx", |
| 14 | + "lfprojects", |
| 15 | + "linuxfoundation", |
| 16 | + "meltano", |
| 17 | + "mockdata", |
| 18 | + "searchpath", |
| 19 | + "subproject", |
| 20 | + "representer", |
| 21 | + "timestamper", |
| 22 | + "timedelta", |
| 23 | + "uuidgen" |
| 24 | + ], |
| 25 | + "flagWords": [ |
| 26 | + "abort: cancel, end, fail, halt, stop, terminate", |
| 27 | + "abortion: cancelation, ending, failure, halting, stopping, termination", |
| 28 | + "blackhat: attacker, malicious", |
| 29 | + "black-hat: attacker, malicious", |
| 30 | + "whitehat: ethical, security, researcher", |
| 31 | + "white-hat: ethical, security, researcher", |
| 32 | + "cripple: disable, degrade, impact", |
| 33 | + "crippled: disabled, degraded, impacted", |
| 34 | + "grandfathered: legacy, exempted, preauthorized", |
| 35 | + "master: controller, primary, main, leader, parent", |
| 36 | + "slave: agent, replica, secondary, follower, child", |
| 37 | + "tribe: squad, team, group", |
| 38 | + "sanity-check: test, verify, validate", |
| 39 | + "whitelist: allowlist", |
| 40 | + "white-list: allow-list", |
| 41 | + "blacklist: denylist", |
| 42 | + "black-list: deny-list" |
| 43 | + ], |
| 44 | + "ignorePaths": [ |
| 45 | + ".cspell.json", |
| 46 | + ".gitignore", |
| 47 | + ".mega-linter.yml", |
| 48 | + ".yamllint.yml", |
| 49 | + "CODEOWNERS", |
| 50 | + "LICENSE", |
| 51 | + "LICENSE-docs", |
| 52 | + "megalinter-reports", |
| 53 | + "pyproject.toml", |
| 54 | + "styles" |
| 55 | + ], |
| 56 | + "languageSettings": [ |
| 57 | + { |
| 58 | + "languageId": "markdown", |
| 59 | + "ignoreRegExpList": ["/^\\s*```\\s*(mermaid)[\\s\\S]*?^\\s*```/gm"] |
| 60 | + } |
| 61 | + ] |
| 62 | +} |
0 commit comments