File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed
Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11---
2- message : " Don't use '%s ' as the content of a link."
2+ message : " Don't use 'here ' as the content of a link."
33extends : existence
44ignorecase : true
5- scope : link
5+ scope : raw
66level : error
7- tokens :
8- - here
7+ raw :
8+ - ' \[ here\]\(.+\) '
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ message: "Don't start a sentence with '%s'"
44ignorecase : true
55level : error
66raw :
7- - ' (?:[;- ]\s)so[\s,]|So[\s,] '
7+ - ' (?<=[.;?! ]\s)(?:[.-]?\s*)so\b '
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ignore:
2323 - openly/tech-terms/monitoring.txt
2424 - openly/tech-terms/apis.txt
2525 - openly/tech-terms/geospatial.txt
26- - openly/tech-terms/javascript.txt
26+ - openly/tech-terms/javascript.txt
Original file line number Diff line number Diff line change 1+ # Checks for sentences where e.g. "perform validation" can be simplified to "validate".
2+ extends : existence
3+ ignorecase : true
4+ message : " Simplify '%s' by removing the first word and making the last word a verb."
5+ level : suggestion
6+ tokens :
7+ - (?:(perform|performs|do|does|run|runs)( \w+){0,2} \w+(tions?|ing))
Original file line number Diff line number Diff line change 11unencrypted
22tls
3- keystore
3+ keystore
4+ reauthenticate
You can’t perform that action at this time.
0 commit comments