Add reek configuration

This commit is contained in:
Alexander Meindl 2018-11-29 09:39:54 +01:00
parent f2a8403e6c
commit f4a321fd4e

21
.reek Normal file
View File

@ -0,0 +1,21 @@
---
TooManyStatements:
max_statements: 20
UncommunicativeVariableName:
enabled: false
ControlParameter:
enabled: false
IrresponsibleModule:
enabled: false
FeatureEnvy:
enabled: false
BooleanParameter:
enabled: false
DuplicateMethodCall:
enabled: false