Skip to content

Commit a75f303

Browse files
ok, just don't check keys with truthy rule
1 parent 2c8dccf commit a75f303

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
%YAML 1.2
21
---
32
name: Checks
43

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
%YAML 1.2
21
---
32
name: Publish
43

.github/workflows/tests-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
%YAML 1.2
21
---
32
name: macOS
43

.github/workflows/tests-ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
%YAML 1.2
21
---
32
name: Ubuntu
43

.github/workflows/tests-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
%YAML 1.2
21
---
32
name: Windows
43

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
rev: v1.37.1
2626
hooks:
2727
- id: yamllint
28-
args: [--format, parsable, --strict]
28+
args: [--format, parsable, --strict, -d, '{rules: {truthy: {check-keys: false}}}']
2929
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
3030
rev: 0.2.3
3131
hooks:

0 commit comments

Comments
 (0)