Skip to content

Commit

Permalink
Add Git-Legal engine to Code Climate config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Jul 14, 2017
1 parent f32acc4 commit 9393302
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ engines:
- ruby
fixme:
enabled: true
git-legal:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "Gemfile*"
- "*.gemspec"
- "**.rb"
exclude_paths:
- "spec/**/*"

0 comments on commit 9393302

Please sign in to comment.