Bump rubocop from 0.91.1 to 0.92.0
Bumps rubocop from 0.91.1 to 0.92.0.
Release notes
Sourced from rubocop's releases.
RuboCop 0.92
New features
- #8778: Add command line option
--regenerate-todo
. (@dvandersluis)- #8790: Add
AllowedMethods
option toStyle/OptionalBooleanParameter
cop. (@fatkodima)- #8738: Add autocorrection to
Style/DateTime
. (@dvandersluis)Bug fixes
- #8774: Fix a false positive for
Layout/ArrayAlignment
with parallel assignment. (@dvandersluis)Changes
Changelog
Sourced from rubocop's changelog.
0.92.0 (2020-09-25)
New features
- #8778: Add command line option
--regenerate-todo
. (@dvandersluis)- #8790: Add
AllowedMethods
option toStyle/OptionalBooleanParameter
cop. (@fatkodima)- #8738: Add autocorrection to
Style/DateTime
. (@dvandersluis)Bug fixes
- #8774: Fix a false positive for
Layout/ArrayAlignment
with parallel assignment. (@dvandersluis)Changes
Commits
-
41959bf
Cut 0.92 -
ed38a6a
Add a note -
9526de4
[Fix #8783] DisableStyle/ArrayCoercion
cop by default -
d5a5506
Remove a redundnt changelog entry -
ebe79a8
Merge pull request #8778 from dvandersluis/regenerate-todo -
f9a30fe
Merge branch 'master' into regenerate-todo -
fb27511
Enable autocorrection forStyle/DateTime
(#8738) -
0d168dd
Add callback forrubocop/ast
-
f788a75
[Fix #8650] Improve hidden files finder performance (#8784) -
da5b737
Fix crash whenexpect_corrections
runs into an infinite loop (#8779) - Additional commits viewable in compare view