Skip to content

Commit c8a4f48

Browse files
authored
Merge pull request #1277 from mulkieran/issue_project_863
Disable truthy rules in yamlint configuration file for workflows
2 parents f649957 + b1f753c commit c8a4f48

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/dummy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: stratis-cli dummy CI
33

4-
# yamllint disable-line rule:truthy
54
on:
65
push:
76
branches:

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: stratis-cli CI
33

4-
# yamllint disable-line rule:truthy
54
on:
65
push:
76
branches:

.github/workflows/support.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: stratis-cli CI for support code
33

4-
# yamllint disable-line rule:truthy
54
on:
65
push:
76
branches:

.packit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22

3-
# yamllint disable rule:line-length
43
specfile_path: ../distro/stratis-cli.spec
54
merge_pr_in_ci: false
65
update_release: false

.yamllint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ extends: default
33

44
rules:
55
line-length: disable
6+
truthy:
7+
ignore:
8+
.github/workflows/*.yml

0 commit comments

Comments
 (0)