mirror of
https://github.com/SharpeTronics/jekyll-spaceship.git
synced 2025-12-17 00:03:13 -05:00
feat: add codeclimate.yml
This commit is contained in:
parent
7624339b1d
commit
f961be49e8
38
.codeclimate.yml
Normal file
38
.codeclimate.yml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
version: "2"
|
||||||
|
checks:
|
||||||
|
argument-count:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
threshold: 5
|
||||||
|
file-lines:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
threshold: 300
|
||||||
|
method-complexity:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
threshold: 15
|
||||||
|
method-count:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
threshold: 50
|
||||||
|
method-lines:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
threshold: 30
|
||||||
|
plugins:
|
||||||
|
fixme:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
exclude_patterns:
|
||||||
|
- "*.*"
|
||||||
|
- ".*"
|
||||||
|
|
||||||
|
- Gemfile
|
||||||
|
- LICENSE.txt
|
||||||
|
- Rakefile
|
||||||
|
|
||||||
|
- rake/
|
||||||
|
- script/
|
||||||
|
- spec/
|
||||||
|
- test/
|
||||||
Loading…
x
Reference in New Issue
Block a user