Skip to content

Commit 8d6bae9

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 8d6bae9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.rubocop.yml

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

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

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

0 commit comments

Comments
 (0)