Skip to content
Permalink
Browse files

codeclimate

  • Loading branch information...
thejamespinto committed Apr 26, 2016
1 parent ac06163 commit 5c595720cc4baee2dc8214c59c9ddabf1d010b3d
Showing with 1,184 additions and 2 deletions.
  1. +16 −0 .codeclimate.yml
  2. +1 −0 .gitignore
  3. +1,156 −0 .rubocop.yml
  4. +4 −0 .travis.yml
  5. +1 −0 Gemfile
  6. +6 −2 test/test_helper.rb
@@ -0,0 +1,16 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- test/
@@ -2,3 +2,4 @@ pkg/*
_site
.bundle
Gemfile.lock
coverage

0 comments on commit 5c59572

Please sign in to comment.
You can’t perform that action at this time.