From 6eea4e69e53f441f89eb634a718ec9b78a7fcd39 Mon Sep 17 00:00:00 2001 From: soumya Date: Sat, 10 Nov 2018 15:40:08 +0530 Subject: [PATCH] .coafile: update to new format closes https://github.com/coala/coala-gedit/issues/29 --- .coafile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.coafile b/.coafile index fe46ad9..5dbd201 100644 --- a/.coafile +++ b/.coafile @@ -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