Skip to content

Commit d3aebd5

Browse files
committed
Merge branch 'fix/rubocop' into develop
# Conflicts: # Gemfile
2 parents ba6c7c0 + cbb39b8 commit d3aebd5

File tree

4 files changed

+841
-0
lines changed

4 files changed

+841
-0
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)