Skip to content

Commit 234dcab

Browse files
committed
Sync styles
1 parent 5bcfb0a commit 234dcab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

styles/Google/AMPM.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
extends: existence
22
message: "Use 'AM' or 'PM' (preceded by a space)."
3-
link: 'https://developers.google.com/style/word-list'
3+
link: "https://developers.google.com/style/word-list"
44
level: error
55
nonword: true
66
tokens:
7-
- '\d{1,2}[AP]M'
8-
- '\d{1,2} ?[ap]m'
7+
- '\d{1,2}[AP]M\b'
8+
- '\d{1,2} ?[ap]m\b'
99
- '\d{1,2} ?[aApP]\.[mM]\.'

styles/alex/Suicide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
extends: substitution
3-
message: When referring to a person, consider using '%s' instead of '%s'.
3+
message: Consider using '%s' instead of '%s' (which may be insensitive).
44
ignorecase: true
55
level: warning
66
action:

0 commit comments

Comments
 (0)