[vFW CNF CDS] vf_module and vnf name generation improvment in CBA
[demo.git] / .coafile
1 [yaml]
2 bears = YAMLLintBear
3 yamllint_config = .yamllint
4 #[vFW_CNF_CDS] Helm tests use go template conditionals that are not yaml-compliant
5 ignore =
6   .tox/**,
7   heat/vFW_CNF_CDS/templates/helm/**/templates/tests/*
8
9 [json]
10 bears = JSONFormatBear
11 json_sort = False
12 indent_size = 4
13 ignore =
14   .tox/**
15
16 [py]
17 bears = PyLintBear
18 pylint_disable = all
19 pylint_enable =
20   bad-indentation, trailing-whitespace, unused-wildcard-import, unused-import,
21   unnecessary-semicolon, unnecessary-semicolon, undefined-variable,
22   syntax-error, unused-variable, using-constant-test,unused-argument,
23   len-as-condition, trailing-newlines, missing-final-newline, reimported,
24   too-many-function-args, singleton-comparison
25 ignore =
26   .tox/**