Coala .coafile hinzugefügt für einfache überwachung der Codestandards.

This commit is contained in:
2017-06-09 17:19:44 +02:00
parent 3e9689c04a
commit 7a54e55931

5
.coafile Normal file
View File

@@ -0,0 +1,5 @@
[Python]
files = src/**/*.py
ignore = src/**/migrations/*
bears = SpaceConsistencyBear,PEP8Bear,PyLintBear,PyUnusedCodeBear
use_spaces = True