mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|