This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#149
from larkinscott/master
Create .codeclimate.yml
closed-social-v3
Eugen
8 years ago
committed by
GitHub
parent
a6e4f754fc
e177ff305a
commit
c1be1ac7c6
1 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
.codeclimate.yml
+ 18
- 0
.codeclimate.yml
View 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
Write
Preview
Loading…
Cancel
Save