Skip to content

Commit fd5faa0

Browse files
tim-s-ccsdependabot[bot]
authored andcommitted
Run rubocop autocorrect and make fixes
1 parent d64ff8a commit fd5faa0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.rubocop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
require:
1+
---
2+
plugins:
23
- rubocop-performance
34
- rubocop-rails
45
- rubocop-rspec
6+
7+
require:
58
- rubocop-rspec_rails
69

710
AllCops:
@@ -84,6 +87,9 @@ Layout/EndOfLine:
8487
Layout/TrailingEmptyLines:
8588
Enabled: true
8689

90+
Lint/UselessConstantScoping:
91+
Enabled: false
92+
8793
Metrics/AbcSize:
8894
Max: 25 # TODO: Restore to '20'
8995
Exclude:

0 commit comments

Comments
 (0)