mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
13 lines
252 B
YAML
13 lines
252 B
YAML
extends: existence
|
|
message: "Don't use plurals in parentheses such as in '%s'."
|
|
link: 'https://developers.google.com/style/plurals-parentheses'
|
|
level: error
|
|
nonword: true
|
|
action:
|
|
name: edit
|
|
params:
|
|
- remove
|
|
- '(s)'
|
|
tokens:
|
|
- '\b\w+\(s\)'
|