markdownlint.rb (httpie-3.0.0) | : | markdownlint.rb (httpie-3.0.1) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
# MD013 Line length | # MD013 Line length | |||
exclude_rule 'MD013' | exclude_rule 'MD013' | |||
# MD014 Dollar signs used before commands without showing output | # MD014 Dollar signs used before commands without showing output | |||
exclude_rule 'MD014' | exclude_rule 'MD014' | |||
# MD028 Blank line inside blockquote | # MD028 Blank line inside blockquote | |||
exclude_rule 'MD028' | exclude_rule 'MD028' | |||
# MD012 Multiple consecutive blank lines | ||||
exclude_rule 'MD012' | ||||
# Tell the linter to use ordered lists: | # Tell the linter to use ordered lists: | |||
# 1. Foo | # 1. Foo | |||
# 2. Bar | # 2. Bar | |||
# 3. Baz | # 3. Baz | |||
# | # | |||
# Instead of: | # Instead of: | |||
# 1. Foo | # 1. Foo | |||
# 1. Bar | # 1. Bar | |||
# 1. Baz | # 1. Baz | |||
rule 'MD029', :style => :ordered | rule 'MD029', :style => :ordered | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |