Skip to content

Commit 02d1859

Browse files
committed
fixing some changes
Signed-off-by: Lynette Miles <[email protected]>
1 parent 171bc46 commit 02d1859

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test-markdownlint.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
# markdownlint. See .markdownlint.json.
55

66
# Enable all rules by default
7-
# all
7+
all
88

9-
## Exclude line length test
10-
exclude_rule 'MD013'
11-
12-
# Commenting out, but saving for later - we're still getting errors for length
139
# Extend line length, since each sentence should be on a separate line.
1410
rule 'MD013', :line_length => 99999, :ignore_code_blocks => true
1511

0 commit comments

Comments
 (0)