Skip to content

Commit

Permalink
.coafile: update to new format
Browse files Browse the repository at this point in the history
closes coala#29
  • Loading branch information
Soumya0803 committed Nov 10, 2018
1 parent a09828e commit 6eea4e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coafile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[Default]
[all]
files = **/*.py
bears = SpaceConsistencyBear, LineLengthBear
use_spaces = True
max_line_length = 80
allow_trailing_whitespace = False

[autopep8]
[all.autopep8]
bears = PEP8Bear
default_actions = PEP8Bear: ApplyPatchAction

[yml]
[all.yml]
bears = YAMLLintBear
files = **.yml

0 comments on commit 6eea4e6

Please sign in to comment.