Add Coala linting tests for Ansible module
[integration/packaging/ansible-opendaylight.git] / .coafile
index 459a882127ea61c262336a573c4a4399e80766b1..64566920c9d6b4434ed87f00f72cc475d37d1f4f 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -63,3 +63,11 @@ default_actions = JSONFormatBear: ApplyPatchAction
 bears = XMLBear
 enabled = False
 files = **.xml
+
+[all.python]
+bears = PEP8Bear,
+    PyUnusedCodeBear,
+    PyImportSortBear
+files = **.py
+default_actions = PyUnusedCodeBear: ApplyPatchAction,
+    PyImportSortBear: ApplyPatchAction
\ No newline at end of file