-
-
Notifications
You must be signed in to change notification settings - Fork 279
Comparing changes
Open a pull request
base repository: rubocop/rubocop-rails
base: v2.31.0
head repository: rubocop/rubocop-rails
compare: v2.32.0
- 11 commits
- 13 files changed
- 4 contributors
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6f1eda - Browse repository at this point
Copy the full SHA e6f1edaView commit details
Commits on Apr 3, 2025
-
Use
RuboCop::AST::Node#any_def_type?
methodFollow-up to rubocop/rubocop-ast#377 This PR suppresses the following new offenses: ```console $ bundle exec rubocop (snip) lib/rubocop/cop/rails/three_state_boolean_column.rb:48:43: C: [Correctable] InternalAffairs/NodeTypeGroup: Use :any_def instead of individually listing group types. def_node = node.each_ancestor(:def, :defs).first ^^^^^^^^^^^ 301 files inspected, 1 offense detected, 1 offense autocorrectable ```
Configuration menu - View commit details
-
Copy full SHA for fb10659 - Browse repository at this point
Copy the full SHA fb10659View commit details
Commits on Apr 6, 2025
-
Remove redundant
require 'English'
Follow-up to d4164a2 `$RS` is no longer used.
Configuration menu - View commit details
-
Copy full SHA for 9196e3e - Browse repository at this point
Copy the full SHA 9196e3eView commit details
Commits on May 8, 2025
-
Fix
Rails/TimeZone
cop error on invalid string literal encodingIn some cases (e.g. for testing purposes) we might to want to use invalid string literal -- in that case IMO we should not register an offense.
Configuration menu - View commit details
-
Copy full SHA for b17bfb7 - Browse repository at this point
Copy the full SHA b17bfb7View commit details -
[Fix #1477] Fix an error for
Rails/SchemaComment
when the comment i……s passed as a local variable To do that, be more specific about what type you expect to call blank? on (strings only). Caused by #1467
Configuration menu - View commit details
-
Copy full SHA for 43427f6 - Browse repository at this point
Copy the full SHA 43427f6View commit details -
Merge pull request #1479 from Earlopain/schema-comment-local-var
[Fix #1477] Fix an error for `Rails/SchemaComment` when the comment is passed as a local variable
Configuration menu - View commit details
-
Copy full SHA for 2a44746 - Browse repository at this point
Copy the full SHA 2a44746View commit details
Commits on May 9, 2025
-
Merge pull request #1475 from viralpraxis/fix-rails-time-zone-cop-err…
…or-on-invalid-string-literal-encoding Fix `Rails/TimeZone` cop error on invalid string literal encoding
Configuration menu - View commit details
-
Copy full SHA for e97c93f - Browse repository at this point
Copy the full SHA e97c93fView commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1126d68 - Browse repository at this point
Copy the full SHA 1126d68View commit details
Commits on May 17, 2025
-
Merge pull request #1476 from tdeo/packwerk_globs
Use glob patterns compatible with Packwerk and engines
Configuration menu - View commit details
-
Copy full SHA for d848db1 - Browse repository at this point
Copy the full SHA d848db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3d25e - Browse repository at this point
Copy the full SHA 9e3d25eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddcc231 - Browse repository at this point
Copy the full SHA ddcc231View 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 v2.31.0...v2.32.0