Skip to content

Commit b2f861c

Browse files
authored
Merge pull request #1705 from fluent/lynettemiles/sc-137302/turn-off-line-length-test-for-markdownlint
2 parents 9342572 + 02d1859 commit b2f861c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.markdownlint.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"default": true,
3+
"MD003": { "style": "atx" },
4+
"MD007": { "indent": 2 },
5+
"MD013": false,
6+
"MD025": { "front_matter_title": "false" },
7+
"MD049": { "style": "underscore" },
8+
"no-hard-tabs": false,
9+
"whitespace": false,
10+
"no-emphasis-as-heading": false
11+
}

markdownlint.rb renamed to test-markdownlint.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/ruby
22

3+
# This file is out of date and does not appear to be used by current versions of
4+
# markdownlint. See .markdownlint.json.
5+
36
# Enable all rules by default
47
all
58

0 commit comments

Comments
 (0)