.codeclimate.yml
version: "2" # required to adjust maintainability checkschecks: argument-count: config: threshold: 8 complex-logic: config: threshold: 5 file-lines: config: threshold: 500 method-complexity: config: threshold: 5 method-count: config: threshold: 20 method-lines: config: threshold: 25 nested-control-flow: config: threshold: 3 return-statements: enabled: false similar-code: config: threshold: # language-specific defaults. an override will affect all languages. identical-code: config: threshold: # language-specific defaults. an override will affect all languages.plugins: swiftlint: enabled: true