Update rubocop-minitest 0.36.0 → 0.38.1 (major) #46
+6
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-minitest (0.36.0 → 0.38.1) · Repo · Changelog
Release Notes
0.38.1
0.38.0
0.37.1 (from changelog)
0.37.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Cut 0.38.1Update ChangelogMerge pull request #335 from rafaelfranca/rmf-fix-rubocop-generator[Fix #334] Fix minitest extension for the cop generatorMerge pull request #333 from koic/fix_false_positives_for_minitest_no_assertion_test[Fix #332] Fix false positives for `Minitest/NoAssertions`Fix typosSwitch back docs version to masterCut 0.38.0Update ChangelogMerge pull request #331 from koic/support_itblock_in_minitest_copsSupport `it` block parameter in `Minitest` copsSuppress RuboCop's offenseAutomate the process of GitHub release creationUse extended `CopsDocumentationGenerator`Switch back docs version to masterCut 0.37.1Update ChangelogMerge pull request #330 from koic/fix_require_rubocop_version_for_pluginUpdate `add_dependency` of RuboCop to 1.72 for plugin supportFix a typoUse RuboCop Performance 1.24 for developmentSwitch back docs version to masterCut 0.37.0Update ChangelogMerge pull request #329 from koic/pluginfy_with_lint_rollerPluginfy RuboCop MinitestInclude lib/rubocop/minitest/assert_offense.rb as a target for inspectionSuppress redundant configuration logging for rubocop-minitestMerge pull request #328 from rubocop/smaller-minitest-support-fileLoad less of minitest in the test support fileAvoid unnecessary `send`Suppress RuboCop's offensesUse `Node#any_block_type?`Apply `bundle exec rubocop --regenerate-todo`Remove a constant that is not intended to be publicBump license years to 2025Merge pull request #327 from koic/ci_against_ruby_34CI against Ruby 3.4Suppress RuboCop offensesMerge pull request #326 from koic/workaround_for_build_error_with_prism_1_3_0Workaround for a build error with Prism 1.3.0Merge pull request #324 from rubocop/ensure-branchUse RuboCop Performance 1.23 for developmentReplace `EnsureNode.body` with `EnsureNode.branch`.Merge pull request #325 from rubocop/fix-broken-testFix broken test in master.Use RuboCop Performance 1.22Switch back docs version to masterRelease Notes
2.12.2
2.12.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
Release 2.12.2Release 2.12.1Merge pull request #810 from byroot/fbuffer-bound-checksfbuffer.c: add debug mode with bound checks.Merge pull request #808 from byroot/reported-segvFix: generate_json_float to reserve enough memory for large negative floats.Merge pull request #806 from GrantBirki/minor-fixesRemove some unnecessary top level constant lookupsremove redundant `self.`use `.` over `::` for consistencyMerge pull request #805 from GrantBirki/development-docsupdate the readme to include bootstrap + testing docsMerge pull request #804 from GrantBirki/patch-1Update json_encoding_test.rbMerge pull request #803 from CodyBriscoe/bugfix/pretty_generatefix for pretty_generate throwing wrong number of arguments errorExplicit cast down from `double` to `int`Merge pull request #802 from casperisfine/error-message-eofFurther improve parsing errorsAdd missing single quotes in error messagesRelease Notes
1.75.8
1.75.7
1.75.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 63 commits:
Cut 1.75.8Update ChangelogFix wrong autocorrection for Style/MapToHash with destructuring argument[Fix #14197] Fix infinite loop error for `Layout/FirstArgumentIndentation`[Fix #13194] Detect case statement in FloatComparison (#14191)Fix an error for `Style/RedundantFormat` with invalid format argumentsMerge pull request #14208 from Earlopain/better-debug-errorsShow better message on error with --debug[Fix #14050] Modify condition for EOL commentMerge pull request #14203 from viralpraxis/fix-codespell-rake-task-when-not-found-in-path[Fix #13295] Fix Layout/ClassStructure documentFix `codespell` rake task if not found in PATHMerge pull request #14204 from viralpraxis/fix-layout-empty-lines-around-access-modifier-cop-error-on-trailing-modifierFix `Layout/EmptyLinesAroundAccessModifier` cop error on trailing access modifierMerge pull request #14202 from koic/restore_windows_ci_matrix_for_ruby_27Fix false positives for `Style/DefWithParentheses`Merge pull request #14198 from viralpraxis/fix-lint-duplicate-methods-cop-error-on-dynamically-generated-prefix-to-optionFix `Lint/DuplicateMethods` cop error if `to` option is specified dynamicallyReset the docs versionCut 1.75.7Update Changelog[Fix #14193] Fix `Lint/UselessAssignment` cop error when using nested assignment with splat (#14194)Merge pull request #14196 from viralpraxis/consistent-metric-dep-cops-method-names-highlightMerge pull request #14195 from viralpraxis/fix-style-access-modifier-declarations-cop-error-on-symbol-modifier-without-parentFix `Style/AccessModifierDeclarations` cop error on symbol modifier without parentConsistently highlight `Metric` cops method name in offense messagesFix `Style/AccessModifierDeclarations` cop error on colon after modifierMerge pull request #14192 from koic/fix_false_negatives_for_layout_space_before_bracketsFix false negatives for `Layout/SpaceBeforeBrackets`Enhance `Gemspec/DuplicatedAssignment` cop to detect duplicated indexed assignmentMerge pull request #14190 from koic/fix_false_positives_for_layout_space_before_brackets[Fix #14189] Fix incorrect autocorrect for `Layout/SpaceBeforeBrackets`Merge pull request #14172 from viralpraxis/fix-style-access-modifier-declarations-cop-false-positives-without-defs[Docs] Fix a typo: `RuboCop::Runners` to `RuboCop::Runner` (#14187)Fix `Style/AccessModifierDeclarations` false positives with `inline` style and missing defsRecognize prefix argument for delegate method in Lint/DuplicateMethodsFix an error for `Style/IfUnlessModifierOfIfUnless`Reset the docs versionCut 1.75.6Update ChangelogMake Lint/DuplicateMethods aware of Active Support's delegate methodMerge pull request #14179 from Earlopain/compare-between-unsafeEnable Windows CI matrix for Ruby 2.7[Fix #14082] Mark `Style/ComparableBetween` as unsafeFix an error for `Style/MultilineIfModifier`[Fix #14177] Fix false positives for `Style/SoleNestedConditional`Expand Style/DataInheritance and Style/StructInheritance docsMerge pull request #14175 from koic/pending_windows_ci_matrix_for_ruby_27Temporarily disable Windows CI matrix for Ruby 2.7[Fix #14156] Make `Style/IfUnlessModifier` allow endless method definitionFix an error for `Style/StringConcatenation`[Fix #14077] Change `nil` representation in todo file commentsFix incorrect suggested method in `Lint/DeprecatedClassMethods`Fix a typoMerge pull request #14167 from Earlopain/cgi-ruby-3.5Merge pull request #14164 from koic/fix_error_for_lint_useless_assignment_copOnly load what is required from `cgi`Fix an error for `Lint/UselessAssignment`Merge pull request #14153 from viralpraxis/fix-style-percent-q-literals-cop-error-on-unicode-escape-sequenceFix `Style/PercentQLiterals` cop error on Unicode escape sequenceMerge pull request #14152 from viralpraxis/fix-layout-space-inside-array-literal-brackets-for-cop-error-on-array-pattern-without-bracketsFix `Layout/SpaceInsideArrayLiteralBrackets` cop error on array pattern without bracketsReset the docs versionDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands