mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-18 20:34:35 -05: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\)'
|