Created
April 13, 2019 11:53
-
-
Save tamunoibi/db83ee2943f0e3fe928fc0438eaaf6c0 to your computer and use it in GitHub Desktop.
Configuration for code climate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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