Skip to content

Commit aaeab03

Browse files
committed
Merge pull request #324 from ryanfox1985/develop
Add ruby head to travis and integrate with rubocop
2 parents 477b641 + 9ba5d51 commit aaeab03

14 files changed

+969
-136
lines changed

.rubocop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
inherit_from: ./.rubocop_todo.yml
2+
3+
AllCops:
4+
Include:
5+
- '**/Rakefile'
6+
- '**/config.ru'
7+
Exclude:
8+
- 'bin/**/*'

0 commit comments

Comments
 (0)