Skip to content

Commit

Permalink
Merge pull request #19 from kprosise/update-scopes
Browse files Browse the repository at this point in the history
Update no-click-here rule for updated vale
  • Loading branch information
kprosise committed Jul 31, 2023
2 parents aa1e91a + cdfd25e commit 42bdfec
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Fio-docs/No-click-here.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
extends: existence
message: Do not use "click here"
message: Do not use "click here" type links
level: error
ignorecase: true
scope: link
tokens:
- here
scope: raw
raw:
- '\[click here\]'
- '\[see here\]'
- '\[read here\]'
- '\[available here\]'


0 comments on commit 42bdfec

Please sign in to comment.