This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11## To Be Released
2+ - Remove ` linebreak-style ` blocks windows users from linting their code properly [ #169 ] ( https://github.com/mobify/mobify-code-style/pull/169 )
23- Add in Responsive Best Practices section, updated references to Adaptive [ #165 ] ( https://github.com/mobify/mobify-code-style/pull/165 )
34
45## v2.8.4 (October 31, 2017)
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Used to test style.
44
55## GOOD: One level step down headings.
66
7- <!-- lint disable no-duplicate-headings-in-section -->
7+ <!-- lint disable no-duplicate-headings-in-section-->
88
99### GOOD: Repeated Content when rule is disabled
1010
1111### GOOD: Repeated Content when rule is disabled
1212
13- <!-- lint enable no-duplicate-headings-in-section -->
13+ <!-- lint enable no-duplicate-headings-in-section-->
1414
1515## GOOD: Section with subsections that duplicate
1616
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Used to test style.
44
55## GOOD: One level step down headings.
66
7- <!-- lint disable no-duplicate-headings-in-section -->
7+ <!-- lint disable no-duplicate-headings-in-section-->
88
99### GOOD: Repeated Content when rule is disabled
1010
1111### GOOD: Repeated Content when rule is disabled
1212
13- <!-- lint enable no-duplicate-headings-in-section -->
13+ <!-- lint enable no-duplicate-headings-in-section-->
1414
1515## GOOD: Section with subsections that duplicate
1616
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ echo "Testing bad.md ..."
2323diff <( " $LINT_MD " " $TEST_DIR /bad.md" --no-color 2>&1 ) " $TEST_DIR /bad.expected.md"
2424EXIT_BAD=$?
2525
26- echo " Testing a-bad-filename.expected. md ..."
26+ echo " Testing a-bad-filename.md ..."
2727diff <( " $LINT_MD " " $TEST_DIR /a-bad-filename.md" --no-color 2>&1 ) " $TEST_DIR /a-bad-filename.expected.md"
2828EXIT_BAD_FILENAME=$?
2929
Original file line number Diff line number Diff line change @@ -148,9 +148,6 @@ rules:
148148 jsx-quotes : error
149149 key-spacing : error
150150 keyword-spacing : error
151- linebreak-style :
152- - error
153- - unix
154151 max-depth :
155152 - error
156153 - max : 5
You can’t perform that action at this time.
0 commit comments