We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c222bf commit 58db542Copy full SHA for 58db542
Microsoft/Spacing.yml
@@ -4,5 +4,5 @@ link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
4
level: error
5
nonword: true
6
tokens:
7
- - '[.?!] {2,}[A-Z]'
8
- - '[.?!][A-Z]'
+ - '[a-z][.?!] {2,}[A-Z]'
+ - '[a-z][.?!][A-Z]'
features/rules.feature
@@ -153,5 +153,5 @@ Feature: Rules
153
When I test "Sentences"
154
Then the output should contain exactly:
155
"""
156
- test.md:5:22:Microsoft.Spacing:'. T' should have one space.
+ test.md:5:21:Microsoft.Spacing:'y. T' should have one space.
157
fixtures/Sentences/test.md
@@ -3,3 +3,5 @@
3
this is a sentence. so is this one.
This sentence is okay. This one is not.
+
+The latest version of .NET Core is awesome!
0 commit comments