mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-06 22:04:07 -05:00
add CodeClimate config
This commit is contained in:
36
.codeclimate.yml
Normal file
36
.codeclimate.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
engines:
|
||||
brakeman:
|
||||
enabled: true
|
||||
bundler-audit:
|
||||
enabled: true
|
||||
csslint:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- ruby
|
||||
- javascript
|
||||
eslint:
|
||||
enabled: true
|
||||
channel: "eslint-2"
|
||||
fixme:
|
||||
enabled: true
|
||||
rubocop:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- Gemfile.lock
|
||||
- "**.erb"
|
||||
- "**.haml"
|
||||
- "**.rb"
|
||||
- "**.css"
|
||||
- "**.js"
|
||||
exclude_paths:
|
||||
- config/
|
||||
- db/
|
||||
- features/
|
||||
- script/
|
||||
- spec/
|
||||
- vendor/
|
||||
Reference in New Issue
Block a user