File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ rules:
45
45
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments
46
46
comments:
47
47
level: warning
48
- # PATCH : Comments without separate space are disabled content
48
+ # PATCHED : Comments without separate space are disabled content
49
49
require-starting-space: false
50
- # PATCH : We're good with 1
50
+ # PATCHED : We're good with 1
51
51
min-spaces-from-content: 1
52
52
53
53
# Use this rule to force comments to be indented like content.
54
54
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments_indentation
55
- # PATCH : False positives, disabled
55
+ # PATCHED : False positives, disabled
56
56
comments-indentation: disable
57
57
#level: warning
58
58
63
63
# Use this rule to require or forbid the use of document start marker (`---`).
64
64
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.document_start
65
65
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
67
67
# https://github.com/travis-ci/travis-ci/issues/9600
68
68
level: error
69
69
present: false
You can’t perform that action at this time.
0 commit comments