mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
5 lines
116 B
YAML
5 lines
116 B
YAML
extends: existence
|
|
message: "Don't start a sentence with '%s'."
|
|
level: error
|
|
raw:
|
|
- '(?:[;-]\s)so[\s,]|\bSo[\s,]'
|