mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
15 lines
342 B
YAML
15 lines
342 B
YAML
|
extends: existence
|
||
|
message: "Don't use '%s'. See the A-Z word list for details."
|
||
|
# See the A-Z word list
|
||
|
link: https://docs.microsoft.com/en-us/style-guide
|
||
|
ignorecase: true
|
||
|
level: error
|
||
|
tokens:
|
||
|
- abortion
|
||
|
- and so on
|
||
|
- app(?:lication)?s? (?:developer|program)
|
||
|
- app(?:lication)? file
|
||
|
- backbone
|
||
|
- backend
|
||
|
- contiguous selection
|