File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 17
17
# format: markdown
18
18
# errorMessage: Missing '## Goals' section.
19
19
20
- - regex : " (?<=\\ s)\\ *[^* ].*\\ *[^*]"
21
- shouldMatch : false
22
- type : warning
23
- format : markdown
24
- errorMessage : The use of italic emphasis is discouraged.
20
+ # - regex: "(?<=\\s)\\*[^* ].*\\*[^*]"
21
+ # shouldMatch: false
22
+ # type: warning
23
+ # format: markdown
24
+ # errorMessage: The use of italic emphasis is discouraged.
25
25
26
- - regex : " (?<=\\ s)_[^_].*_[^_]"
27
- shouldMatch : false
28
- type : warning
29
- format : markdown
30
- errorMessage : The use of italic emphasis is discouraged.
26
+ # - regex: "(?<=\\s)_[^_].*_[^_]"
27
+ # shouldMatch: false
28
+ # type: warning
29
+ # format: markdown
30
+ # errorMessage: The use of italic emphasis is discouraged.
31
31
32
32
- regex : " ^\\ *{3}(?: +\\ S+)|(?:\\ S+ +)\\ *{3}$"
33
33
shouldMatch : false
You can’t perform that action at this time.
0 commit comments