Enable Coala PEP8 linting 16/53816/2
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 24 Mar 2017 20:33:44 +0000 (16:33 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 24 Mar 2017 23:19:30 +0000 (19:19 -0400)
Change-Id: I46b343d205ad2f39ede250fba14f871fbcf9afbb
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.coafile

index 3b2c0c021948c888498e52a8ae50d8d31e81e40e..14b75005cdabf3117dd45f728c634c841742f007 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -24,7 +24,7 @@ default_actions = JSONFormatBear: ApplyPatchAction
 
 [shellcheck]
 bears = ShellCheckBear
-#files = ./**/*.sh
+#files = **/*.sh
 
 [python]
 bears = PyUnusedCodeBear
@@ -33,8 +33,7 @@ default_actions = PyUnusedCodeBear: ApplyPatchAction
 
 [autopep8]
 bears = PEP8Bear
-#files = ./**/*.py
-default_actions = PEP8Bear: ApplyPatchAction
+files = ./**/*.py
 
 [yaml]
 bears = YAMLLintBear