Skip to content

Commit 0ad3a10

Browse files
committed
add Gemfile to exlude list of rubocop
1 parent ac7b4fb commit 0ad3a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ AllCops:
1313
- "app/helpers/ui_helper*"
1414
- "spec/spec_helper*"
1515
- "spec/rails_helper*"
16+
- Gemfile*
1617
Metrics/MethodLength:
1718
Max: 15
1819
Style/MethodCallWithoutArgsParentheses:

0 commit comments

Comments
 (0)