We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcfb0a commit 234dcabCopy full SHA for 234dcab
styles/Google/AMPM.yml
@@ -1,9 +1,9 @@
1
extends: existence
2
message: "Use 'AM' or 'PM' (preceded by a space)."
3
-link: 'https://developers.google.com/style/word-list'
+link: "https://developers.google.com/style/word-list"
4
level: error
5
nonword: true
6
tokens:
7
- - '\d{1,2}[AP]M'
8
- - '\d{1,2} ?[ap]m'
+ - '\d{1,2}[AP]M\b'
+ - '\d{1,2} ?[ap]m\b'
9
- '\d{1,2} ?[aApP]\.[mM]\.'
styles/alex/Suicide.yml
@@ -1,6 +1,6 @@
---
extends: substitution
-message: When referring to a person, consider using '%s' instead of '%s'.
+message: Consider using '%s' instead of '%s' (which may be insensitive).
ignorecase: true
level: warning
action:
0 commit comments