diff options
Diffstat (limited to '.precious.toml')
-rw-r--r-- | .precious.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.precious.toml b/.precious.toml index 9727732..dac87d0 100644 --- a/.precious.toml +++ b/.precious.toml @@ -33,3 +33,10 @@ include = ["hooks/*"] lint_failure_exit_codes = [1] ok_exit_codes = [0] type = "lint" + +[commands.yamllint] +cmd = ["yamllint", "--strict"] +include = ["*.yaml"] +lint_failure_exit_codes = [1, 2] +ok_exit_codes = [0] +type = "lint" |