Skip to content

Commit

Permalink
.coafile: Check yaml files and templates
Browse files Browse the repository at this point in the history
This entrypoint adds a .coafile for .yaml
and .jinja2 files.

Closes coala#33
  • Loading branch information
RazvanMitrica committed Nov 5, 2018
1 parent 46d4890 commit 3eb6313
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Default]

[autopep8]
bears = PEP8Bear, PycodestyleBear
pycodestyle_ignore = E121, E123, E126, E226, E704,
W503, W504

default_actions = PEP8Bear: ApplyPatchAction

[jinja2]
bears = Jinja2Bear
files = **.jinja2, **.jj2

[yaml]
bears = YAMLLintBear
files = *.yml, **/*.yaml

0 comments on commit 3eb6313

Please sign in to comment.