Skip to content

Commit 9a06263

Browse files
committed
Remove 'ignorecase: true' from DateNumbers
This ensures that we don't flag instances of lowercase 'may' -- e.g., "users may see the following behavior." Related to #13.
1 parent 014b5d1 commit 9a06263

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Microsoft/DateNumbers.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
extends: existence
22
message: Don’t use ordinal numbers for dates.
33
link: https://docs.microsoft.com/en-us/style-guide/numbers#numbers-in-dates
4-
ignorecase: true
54
level: error
65
nonword: true
76
tokens:

fixtures/DateFormat/test.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ It's 12 Mar 2016. This is okay: 15 and 2017
55
It happenened on October twenty-eighth.
66

77
For example, 6/12/2017 might be June 12, 2017 or December 6, 2017.
8+
9+
Users may see the following behavior.

0 commit comments

Comments
 (0)