mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-25 22:15:11 +01:00
Merge pull request #149 from larkinscott/master
Create .codeclimate.yml
This commit is contained in:
commit
c1be1ac7c6
18
.codeclimate.yml
Normal file
18
.codeclimate.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
engines:
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- ruby
|
||||||
|
- javascript
|
||||||
|
rubocop:
|
||||||
|
enabled: true
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.rb"
|
||||||
|
- "**.js"
|
||||||
|
exclude_paths:
|
||||||
|
- spec/
|
||||||
|
- vendor/asset
|
Loading…
Reference in New Issue
Block a user