-
-
Notifications
You must be signed in to change notification settings - Fork 44
Comparing changes
Open a pull request
base repository: rubocop/rubocop-minitest
base: v0.35.0
head repository: rubocop/rubocop-minitest
compare: v0.35.1
- 12 commits
- 10 files changed
- 2 contributors
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0357e6 - Browse repository at this point
Copy the full SHA c0357e6View commit details
Commits on Mar 12, 2024
-
Make
AssertOffense
supportassert_no_corrections
Despite being mentioned in the `AssertOffense` documentation, `assert_no_corrections` was not supported: https://github.com/rubocop/rubocop-minitest/blob/v0.35.0/lib/rubocop/minitest/assert_offense.rb#L58-L72 This PR makes `assert_no_corrections` supported in accordance with the documentation.
Configuration menu - View commit details
-
Copy full SHA for 4494792 - Browse repository at this point
Copy the full SHA 4494792View commit details
Commits on Mar 16, 2024
-
Merge pull request #307 from koic/support_no_corrections
Make `AssertOffense` support `assert_no_corrections`
Configuration menu - View commit details
-
Copy full SHA for 50e8859 - Browse repository at this point
Copy the full SHA 50e8859View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e318bfe - Browse repository at this point
Copy the full SHA e318bfeView commit details -
Merge pull request #309 from Earlopain/readme-badge
Fix readme CI badge
Configuration menu - View commit details
-
Copy full SHA for 0b8c8a2 - Browse repository at this point
Copy the full SHA 0b8c8a2View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 654e0e6 - Browse repository at this point
Copy the full SHA 654e0e6View commit details
Commits on Jul 1, 2024
-
This commit disables `Performance/StringIdentifierArgument` under the `test/**` directory to suppress the following detection: ```console test/rubocop/cop/minitest/assert_match_test.rb:7:19: C: [Correctable] Performance/StringIdentifierArgument: Use :"test_registers_offense_when_using_assert_with_#{matcher}" instead of "test_registers_offense_when_using_assert_with_#{matcher}". define_method("test_registers_offense_when_using_assert_with_#{matcher}") do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` This setting is because the code in this directory is test code, and performance is not of utmost importance. Additionally, `:"Use ..."` is not necessarily more readable than `"Use ..."`.
Configuration menu - View commit details
-
Copy full SHA for 97ddbb1 - Browse repository at this point
Copy the full SHA 97ddbb1View commit details
Commits on Jul 6, 2024
-
This commit suppresses the following new RuboCop offenses: ```console $ bundle exec rubocop (snip) rubocop-minitest.gemspec:35:8: C: [Correctable] Gemspec/AddRuntimeDependency: Use add_dependency instead of add_runtime_dependency. spec.add_runtime_dependency 'rubocop', '>= 1.61', '< 2.0' ^^^^^^^^^^^^^^^^^^^^^^ rubocop-minitest.gemspec:36:8: C: [Correctable] Gemspec/AddRuntimeDependency: Use add_dependency instead of add_runtime_dependency. spec.add_runtime_dependency 'rubocop-ast', '>= 1.31.1', '< 2.0' ^^^^^^^^^^^^^^^^^^^^^^ 136 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
Configuration menu - View commit details
-
Copy full SHA for 9955aa1 - Browse repository at this point
Copy the full SHA 9955aa1View commit details
Commits on Jul 10, 2024
-
Suppress deprecation warning for
Minitst/MultipleAssertions
Follow up rubocop/rubocop#13032 and rubocop/rubocop#9471. This PR suppresses deprecation warning for `Minitst/MultipleAssertions`.
Configuration menu - View commit details
-
Copy full SHA for 2ad914d - Browse repository at this point
Copy the full SHA 2ad914dView commit details -
Merge pull request #311 from koic/suppress_deprecation_warning_for_mi…
…nitest_multiple_assertions Suppress deprecation warning for `Minitst/MultipleAssertions`
Configuration menu - View commit details
-
Copy full SHA for 3f9c8a9 - Browse repository at this point
Copy the full SHA 3f9c8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1d11e - Browse repository at this point
Copy the full SHA 1a1d11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c4bd5 - Browse repository at this point
Copy the full SHA 07c4bd5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.35.0...v0.35.1