Skip to content

Commit c87ba28

Browse files
committed
Update Reek and RuboCop configuration
1 parent eba8115 commit c87ba28

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.reek.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
detectors:
22
IrresponsibleModule:
33
enabled: false
4+
UncommunicativeVariableName:
5+
accept:
6+
- e
47
UtilityFunction:
58
exclude:
69
- FixtureHelpers#read_fixture

.rubocop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
inherit_from:
22
- https://raw.githubusercontent.com/jgarber623/rubocop-configs/main/.rubocop.gem.yml
33

4-
Layout/LineLength:
5-
Enabled: false
6-
4+
# Checks if the length of a block exceeds some maximum value.
75
Metrics/BlockLength:
86
Exclude:
97
- spec/**/*.rb

0 commit comments

Comments
 (0)