Skip to content

Commit

Permalink
Merge pull request #26 from kprosise/add-spaces-rule
Browse files Browse the repository at this point in the history
Add rule to check for extra spaces
  • Loading branch information
kprosise authored Sep 23, 2024
2 parents adb523e + 5e6a02b commit 084b2a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Fio-docs/extra-spaces.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: existence
message: "Use only one space"
level: warning
nonword: true
tokens:
- '[\w.?!,\(\)\-":] {2,}[\w.?!,\(\)\-":]'

0 comments on commit 084b2a7

Please sign in to comment.