Update rubocop in / from 0.52.0 to 0.52.1 #73
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.
Dependencies.io has updated
rubocop
(a rubygems dependency in/
) from "0.52.0" to "0.52.1".0.52.1
Bug fixes
Layout/AlignHash
when using a hash including only a keyword splat. (wata727)Style/FormatStringToken
to allow regexp token. (pocke)Layout/EmptyLinesAroundArguments
operating on blocks. (garettarrowood)Rails/HasManyOrHasOneDependent
when usingclass_name
option. (koic)Style/EvalWithLocation
reporting bad line offset. (pocke)Metrics/LineLength:Max
for--auto-gen-config
. (jonas054)Rails/RedundantReceiverInWithOptions
when including another receiver inwith_options
. (wata727)Style/CommentedKeyword
. (garettarrowood)Style/MixinUsage
when using inside class or module. (koic)Layout/SpaceInsideReferenceBrackets
andLayout/SpaceInsideArrayLiteralBrackets
configuration conflicts. (garettarrowood)Style/AutoResourceCleanup
shouldn't flagFile.open(...).close
. (dpostorivo)loaded_path
in warning. (chrishulton)Rails/HasManyOrHasOneDependent
when using a option ofhas_many
orhas_one
association. (koic)Rails/Presence
when the else block is multiline. (wata727)Rails/InverseOf
when includingthrough
orpolymorphic
options. (wata727)--auto-gen-config
might fail on invalid YAML. (bquorning)Style/HashSyntax
from stripping quotes off of symbols during autocorrection for ruby22+. (garettarrowood)Layout/RescueEnsureAlignment
in Ruby 2.5. (pocke)Rails/InverseOf
when usingwith_options
. (wata727)Style/BracesAroundHashParameters
autocorrect. (flyerhzm).ruby-version
in parent directories. (ybiquitous)Changes
Style/ExtendSelf
cop. (pocke)Layout/SpaceBeforeBlockBraces
'sEnforcedStyleForEmptyBraces
fromno_space
tospace
. (garettarrowood)Corrector
classes and move allautocorrect
methods out of mixin Modules. (garettarrowood)