Skip to content

Commit 7aae543

Browse files
authored
Merge pull request #3572 from DMPRoadmap/aaron/bundle-update
Update Gems and Address New Rubocop Offences
2 parents 83c4f47 + 2c0e073 commit 7aae543

19 files changed

+164
-126
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)