Minimize docker image and vagrant box sizes
[integration/packaging.git] / .coafile
1 [Default]
2 ignore = .tox/**, .gitignore, .gitreview, .gitmodules, **/provisioning/roles/**
3 use_spaces = True
4
5 [DOCS]
6 bears = SpaceConsistencyBear, LineLengthBear
7 files = ./**/*.rst
8 default_actions = SpaceConsistencyBear: ApplyPatchAction
9
10 [markdown]
11 bears = MarkdownBear
12 files = ./**/*.markdown, ./**/*.md
13 default_actions = MarkdownBear: ApplyPatchAction
14
15 [dockerfile]
16 bears = DockerfileLintBear
17 files = ./**/Dockerfile
18
19 [json]
20 bears = JSONFormatBear
21 files = ./**/*.json
22 default_actions = JSONFormatBear: ApplyPatchAction
23
24 [shellcheck]
25 bears = ShellCheckBear
26 files = ./**/*.sh
27
28 [python]
29 bears = PyUnusedCodeBear
30 files = ./**/*.py
31 default_actions = PyUnusedCodeBear: ApplyPatchAction
32
33 [autopep8]
34 bears = PEP8Bear
35 files = ./**/*.py
36 default_actions = PEP8Bear: ApplyPatchAction
37
38 [yaml]
39 bears = YAMLLintBear
40 yamllint_config = .yamllint
41 files = ./**/*yaml, ./**/*.yml