Skip to content

Instantly share code, notes, and snippets.

@tamunoibi
Created April 13, 2019 11:53
Show Gist options
  • Select an option

  • Save tamunoibi/db83ee2943f0e3fe928fc0438eaaf6c0 to your computer and use it in GitHub Desktop.

Select an option

Save tamunoibi/db83ee2943f0e3fe928fc0438eaaf6c0 to your computer and use it in GitHub Desktop.
Configuration for code climate
plugins:
duplication:
enabled: true
checks:
argument-count:
config:
threshold: 4
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 300
method-complexity:
config:
threshold: 6
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 30
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
exclude_patterns:
- node_modules/
- server/tests/
- server/index/
- server/public/
- dist/
- ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment