Skip to content

Commit

Permalink
Add CI features (#1)
Browse files Browse the repository at this point in the history
* Add CI features

* Add status badges

* Set sudo to required
  • Loading branch information
phyrog authored Sep 5, 2016
1 parent c7b1f7b commit a42f12f
Show file tree
Hide file tree
Showing 10 changed files with 897 additions and 16 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: false
rubocop:
enabled: false
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/
7 changes: 7 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ShowCopNames: true

fail_on_violations: false

ruby:
enabled: true
config_file: .rubocop.yml
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
--format documentation
--color
Loading

0 comments on commit a42f12f

Please sign in to comment.