7 lines
155 B
YAML
7 lines
155 B
YAML
|
extends: existence
|
||
|
message: "There should be no spaces around the dash in '%s'."
|
||
|
ignorecase: true
|
||
|
nonword: true
|
||
|
level: error
|
||
|
tokens:
|
||
|
- '\w+ +-{2,3} +\w+'
|