From: Daniel Farrell Date: Fri, 24 Mar 2017 20:33:44 +0000 (-0400) Subject: Enable Coala PEP8 linting X-Git-Tag: release/boron-sr3~11 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F53816%2F2;p=integration%2Fpackaging.git Enable Coala PEP8 linting Change-Id: I46b343d205ad2f39ede250fba14f871fbcf9afbb Signed-off-by: Daniel Farrell --- diff --git a/.coafile b/.coafile index 3b2c0c0..14b7500 100644 --- 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