diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..2a22f2c1 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,7 @@ +version: "2" # required to adjust maintainability checks + +checks: + method-complexity: + enabled: true + config: + threshold: 15