Add coala support and fix/lint files
[integration/packaging/puppet-opendaylight.git] / .coafile
1 [Default]
2 ignore = .gitignore
3 use_spaces = True
4
5 [markdown]
6 bears = MarkdownBear
7 files = ./**/*.markdown, ./**/*.md
8 default_actions = MarkdownBear: ApplyPatchAction
9
10 [json]
11 bears = JSONFormatBear
12 files = ./**/*.json
13 default_actions = JSONFormatBear: ApplyPatchAction
14
15 [ruby]
16 bears = RuboCopBear
17 files = ./**/*.rb
18
19 [puppet]
20 bears = PuppetLintBear
21 files = ./**/*.pp
22
23 [xml]
24 bears = XMLBear
25 files = ./**/*.xml
26
27 [yaml]
28 bears = YAMLLintBear
29 yamllint_config = .yamllint
30 files = ./**/*.yaml, ./**/*.yml