Skip to content

Commit

Permalink
Merge pull request #13 from foundriesio/sentence-length
Browse files Browse the repository at this point in the history
Add linter rule for sentence length
  • Loading branch information
kprosise committed Jan 5, 2023
2 parents 8f2252e + f664bca commit 8917f88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Fio-docs/sentence-length.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: occurrence
message: "Aim for sentences no longer than 25 words"
scope: sentence
level: suggestion
max: 25
token: \b(\w+)\b

0 comments on commit 8917f88

Please sign in to comment.