issues
search
command-line-interface-pages
/
v2-tooling
Tools for handling v2.*.* syntax
6
stars
3
forks
source link
Implement clip-linter
#120
Closed
EmilyGraceSeville7cf
closed
1 year ago
EmilyGraceSeville7cf
commented
1 year ago
warn about extra leading/trailing spaces
warn about trailing punctuation
warn about sentences not starting with the capital letter
warn about using / instead of | for alternatives
warn about using not supported placeholders
warn about using redundant ranges:
1..1 instead of nothing
0..1 instead of ?
0.. instead of *
1.. instead of +
warn about not supported placeholders