Skip to content

Commit 96f8445

Browse files
build(deps-dev): bump rubocop-minitest from 0.17.2 to 0.18.0 (#70)
* build(deps-dev): bump rubocop-minitest from 0.17.2 to 0.18.0 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.17.2 to 0.18.0. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.17.2...v0.18.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * disable minitest predicate cops Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Clark Brown <clark@neighbor.com>
1 parent 99b1c06 commit 96f8445

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,15 @@ Metrics/MethodLength:
125125
- "test/**/*"
126126

127127
# Minitest
128+
Minitest/AssertPredicate:
129+
Enabled: false
130+
128131
Minitest/MultipleAssertions:
129132
Max: 10
130133

134+
Minitest/RefutePredicate:
135+
Enabled: false
136+
131137
# Naming
132138
Naming/InclusiveLanguage:
133139
Enabled: true

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GEM
4242
unicode-display_width (>= 1.4.0, < 3.0)
4343
rubocop-ast (1.16.0)
4444
parser (>= 3.1.1.0)
45-
rubocop-minitest (0.17.2)
45+
rubocop-minitest (0.18.0)
4646
rubocop (>= 0.90, < 2.0)
4747
rubocop-packaging (0.5.1)
4848
rubocop (>= 0.89, < 2.0)

0 commit comments

Comments
 (0)