Skip to content

Commit 2b759bb

Browse files
committed
yamllint: Fix patched tag
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent d72111a commit 2b759bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamllint

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ rules:
4545
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments
4646
comments:
4747
level: warning
48-
# PATCH: Comments without separate space are disabled content
48+
# PATCHED: Comments without separate space are disabled content
4949
require-starting-space: false
50-
# PATCH: We're good with 1
50+
# PATCHED: We're good with 1
5151
min-spaces-from-content: 1
5252

5353
# Use this rule to force comments to be indented like content.
5454
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments_indentation
55-
# PATCH: False positives, disabled
55+
# PATCHED: False positives, disabled
5656
comments-indentation: disable
5757
#level: warning
5858

@@ -63,7 +63,7 @@ rules:
6363
# Use this rule to require or forbid the use of document start marker (`---`).
6464
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.document_start
6565
document-start:
66-
# PATCH: Travis CI doesn't allow documents with document start markers
66+
# PATCHED: Travis CI doesn't allow documents with document start markers
6767
# https://github.com/travis-ci/travis-ci/issues/9600
6868
level: error
6969
present: false

0 commit comments

Comments
 (0)