From 7561fd2a27be26da66df4df154154f8c3ac39d8b Mon Sep 17 00:00:00 2001 From: Aashutosh Rathi <aashutoshrathi@gmail.com> Date: Wed, 1 Nov 2017 13:46:58 +0530 Subject: [PATCH] .coafile: Added YAMLBear Added YAMLLintBear for yml files. Closes #35 --- .coafile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.coafile b/.coafile index 5374be4..d0c56d7 100644 --- a/.coafile +++ b/.coafile @@ -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