Review toolchain.

This commit is contained in:
Alexis Lahouze
2016-10-15 11:45:39 +02:00
parent 96a553c130
commit 8cad18d5ea
2 changed files with 80 additions and 18 deletions

View File

@ -1,6 +1,9 @@
'use strict';
module.exports = {
options: {
maxComplexity: 4
},
src: [
'accountant/**/*.py'
]