Skip to content

Commit

Permalink
.coafile: Added YAMLBear
Browse files Browse the repository at this point in the history
Added YAMLLintBear for yml files.

Closes #35
  • Loading branch information
aashutoshrathi committed Nov 1, 2017
1 parent f991ca6 commit 7561fd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ ignore = com.coala.core/src/com/coala/core/utils/diff_match_patch.java
bears = CheckstyleBear
max_line_length = 90
use_spaces = True

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

0 comments on commit 7561fd2

Please sign in to comment.