Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 7f74f34

Browse files
mcritchlowhweng
authored andcommitted
Have rubocop/hound ignore Gemfile
1 parent f390130 commit 7f74f34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rubocop.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ AllCops:
1414
- 'app/helpers/**/*'
1515
- 'app/controllers/catalog_controller.rb'
1616
- 'app/controllers/dams_resource_controller.rb'
17+
- 'Gemfile'
1718

1819
Rails:
1920
Enabled: true
@@ -33,7 +34,7 @@ Style/Documentation:
3334
Style/ConditionalAssignment:
3435
Exclude:
3536
- 'app/helpers/*'
36-
37+
3738
Style/Next:
3839
Enabled: true
3940

0 commit comments

Comments
 (0)