Skip to content

Commit 2c0e073

Browse files
committed
Disable new Rubocop offences (for now)
- Commit 02a7cfc bumped the Rubocop version, which resulted in more offences. - These offences should be re-enabled and addressed in the next release.
1 parent a103891 commit 2c0e073

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.rubocop.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ Metrics/BlockLength:
141141

142142
AllowedMethods: ['describe', 'context', 'task', 'namespace']
143143

144+
# ----------
145+
# - NAMING -
146+
# ----------
147+
# TODO: Temporarily disabled for release v5.0.2
148+
Naming/MethodName:
149+
Enabled: false
150+
# TODO: Temporarily disabled for release v5.0.2
151+
Naming/PredicateMethod:
152+
Enabled: false
153+
144154
# ------------
145155
# - SECURITY -
146156
# ------------

0 commit comments

Comments
 (0)