Skip to content

Commit 10d21e1

Browse files
authored
Merge pull request #122 from mulkieran/yamllint-annotation
Disable yamllint rule prohibiting long lines for all files
2 parents 1664eea + 2d0a66d commit 10d21e1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.yamllint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
line-length: disable

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ view:
3636

3737
.PHONY: yamllint
3838
yamllint:
39-
yamllint --strict .packit.yaml .github/workflows/main.yml
39+
yamllint --strict .github/workflows/main.yml .packit.yaml .yamllint.yaml
4040

4141
.PHONY: package
4242
package:

0 commit comments

Comments
 (0)