aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
Diffstat (limited to '.coafile')
-rw-r--r--.coafile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.coafile b/.coafile
index 372be892..0d741e60 100644
--- a/.coafile
+++ b/.coafile
@@ -1,8 +1,10 @@
[yaml]
bears = YAMLLintBear
yamllint_config = .yamllint
+#[vFW_CNF_CDS] Helm tests use go template conditionals that are not yaml-compliant
ignore =
- .tox/**
+ .tox/**,
+ heat/vFW_CNF_CDS/templates/helm/**/templates/tests/*
[json]
bears = JSONFormatBear