[yaml] bears = YAMLLintBear yamllint_config = .yamllint #[vFW_CNF_CDS] Helm tests use go template conditionals that are not yaml-compliant ignore = .tox/**, heat/vFW_CNF_CDS/templates/helm/**/templates/tests/* [json] bears = JSONFormatBear json_sort = False indent_size = 4 ignore = .tox/** [py] bears = PyLintBear pylint_disable = all pylint_enable = bad-indentation, trailing-whitespace, unused-wildcard-import, unused-import, unnecessary-semicolon, unnecessary-semicolon, undefined-variable, syntax-error, unused-variable, using-constant-test,unused-argument, len-as-condition, trailing-newlines, missing-final-newline, reimported, too-many-function-args, singleton-comparison ignore = .tox/**