Skip to content

Commit bd7b771

Browse files
committed
lint: Fix yamllint line-length problem
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent 241dd0a commit bd7b771

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

common.markdownlint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Markdownlint(Node.js variant) configuration file
22
# https://github.com/igorshubovych/markdownlint-cli#configuration
33
#
4-
# This file is based on The Common Markdownlint(Node.js variant) Configuration Templates project
4+
# This file is based on The Common Markdownlint(Node.js variant)
5+
# Configuration Templates project
56
# https://github.com/Lin-Buo-Ren/common-markdownlint-nodejs-config-templates
67
#
78
# Copyright 2021 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
@@ -10,7 +11,8 @@
1011
# Inherit Markdownlint rules
1112
default: True
1213

13-
# Only allow consistent un-ordered list bullet style(allow alternations in sub-levels)
14+
# Only allow consistent un-ordered list bullet style(allow alternations
15+
# in sub-levels)
1416
MD004:
1517
style: sublist
1618

0 commit comments

Comments
 (0)