-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency rubocop to v1.64.1 - autoclosed #1223
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rultor please, try to merge, since 4 checks have passed |
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
March 11, 2024 11:18
a3dd466
to
4845e28
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.62.0
Update dependency rubocop to v1.62.1
Mar 11, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1223 +/- ##
=======================================
Coverage 91.55% 91.55%
=======================================
Files 18 18
Lines 651 651
=======================================
Hits 596 596
Misses 55 55 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
March 18, 2024 23:38
4845e28
to
8a45eba
Compare
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
2 times, most recently
from
April 5, 2024 05:29
ef62a83
to
728648f
Compare
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
April 8, 2024 08:05
728648f
to
bb7859c
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.62.1
Update dependency rubocop to v1.63.0
Apr 8, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
April 10, 2024 14:31
bb7859c
to
2f36e1d
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.63.0
Update dependency rubocop to v1.63.1
Apr 10, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
April 16, 2024 09:05
2f36e1d
to
37579f9
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.63.1
Update dependency rubocop to v1.63.2
Apr 16, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
April 22, 2024 19:36
37579f9
to
2c5203a
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.63.2
Update dependency rubocop to v1.63.3
Apr 22, 2024
renovate
bot
changed the title
Update dependency rubocop to v1.63.3
Update dependency rubocop to v1.63.4
Apr 28, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
2 times, most recently
from
May 3, 2024 00:45
4817d14
to
b29f8e0
Compare
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
May 9, 2024 11:15
b29f8e0
to
823260f
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.63.4
Update dependency rubocop to v1.63.5
May 9, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
May 23, 2024 10:20
823260f
to
1871828
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.63.5
Update dependency rubocop to v1.64.0
May 23, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
May 31, 2024 06:41
1871828
to
f26fb02
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.64.0
Update dependency rubocop to v1.64.1
May 31, 2024
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
June 3, 2024 14:45
f26fb02
to
270385e
Compare
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
June 19, 2024 17:38
270385e
to
bbfb9b3
Compare
renovate
bot
force-pushed
the
renovate/rubocop-1.x
branch
from
July 3, 2024 08:44
bbfb9b3
to
8fda577
Compare
renovate
bot
changed the title
Update dependency rubocop to v1.64.1
Update dependency rubocop to v1.64.1 - autoclosed
Jul 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
'1.61.0'
->'1.64.1'
Release Notes
rubocop/rubocop (rubocop)
v1.64.1
Compare Source
Bug fixes
Style/Copyright
whenAutocorrectNotice
is missing. ([@koic][])Style/SuperArguments
when the methods block argument is reassigned beforesuper
. ([@earlopain][])Style/RedundantLineContinuation
when line continuations involvebreak
,next
, oryield
with a return value. ([@koic][])Style/SendWithLiteralMethodName
whenpublic_send
argument is a method name that cannot be autocorrected. ([@koic][])v1.64.0
Compare Source
New features
either_consistent
SupportedShorthandSyntax
toStyle/HashSyntax
. ([@pawelma][])Style/SendWithLiteralMethodName
cop. ([@koic][])Style/SuperArguments
cop. ([@earlopain][])--format
command line option. ([@koic][])AllowModifiersOnAttrs
option forStyle/AccessModifierDeclarations
. ([@krororo][])AllowedMethods
forStyle/DocumentationMethod
. ([@koic][])Bug fixes
Style/Copyright
when using multiline copyright notice. ([@koic][])Layout/EmptyComment
when using an empty comment next to code after comment line. ([@koic][])Style/ArgumentsForwarding
when forward target issuper
. ([@koic][])Style/ArgumentsForwarding
when forward target is safe navigation method. ([@koic][])Style/MapIntoArray
when usingeach
without receiver with<<
to build an array. ([@koic][])--no-exclude-limit
generating a todo withMax
config instead of listing everything out withExclude
. ([@earlopain][])TargetRailsVersion
when parsing from the lockfile with prerelease rails. ([@earlopain][])Changes
cop.documentation_url
with--show-docs-url
when passing a config as argument. ([@earlopain][])ActiveSupportExtensionsEnabled
forStyle/SymbolProc
. ([@koic][])workspace/executeCommand
LSP method. ([@koic][])v1.63.5
Compare Source
Bug fixes
Layout/FirstArgumentIndentation
when specifyingEnforcedStyle: with_fixed_indentation
ofLayout/ArrayAlignment
. ([@koic][])Metrics/BlockLength
when theCountAsOne
config is invalid. ([@koic][])Style/NumericPredicate
is used with negations. ([@fatkodima][])Layout/CommentIndentation
for comment-only pattern matching. ([@nekketsuuu][])v1.63.4
Compare Source
Bug fixes
rubocop -V
when.rubocop.yml
contains ERB. ([@earlopain][])Style/RedundantLineContinuation
when line continuations involvereturn
with a return value. ([@koic][])textDocument/diagnostic
. ([@muxcmux][])bundle exec
. ([@amomchilov][])v1.63.3
Compare Source
Bug fixes
Lint/UnreachableCode
when using pattern matching. ([@koic][])Lint/EmptyFile
in formatters when using cache. ([@earlopain][])RuboCop::Lockfile
when the constant Bundler is uninitialized. ([@koic][])Changes
v1.63.2
Compare Source
Bug fixes
Lint/MixedCaseRange
when a character betweenZ
anda
is used in the regexp range. ([@koic][])RuboCop::Lockfile
when there is no Bundler environment. ([@koic][])Style/ArgumentsForwarding
when using block arg in nested method definitions. ([@koic][])Lint/UnreachableLoop
when using pattern matching. ([@koic][])Changes
debug/open_nonstop
fromLint/Debugger
by default. ([@koic][])v1.63.1
Compare Source
Bug fixes
Lint/AssignmentInCondition
if assigning inside a method call. ([@earlopain][])RuboCop::Lockfile::Bundler
", caused when running RuboCop withoutbundler exec
on codebases that userubocop-rails
. ([@amomchilov][])v1.63.0
Compare Source
New features
Style/MapIntoArray
cop. ([@ymap][])requires_gem
API for declaring which gems a Cop needs. ([@amomchilov][])Bug fixes
Lint/RedundantWithIndex
when callingwith_index
with receiver and a block. ([@koic][])Style/Alias
withEnforcedStyle: prefer_alias
when callingalias_method
with fewer than 2 arguments. ([@earlopain][])Style/ExactRegexpMatch
when callingmatch
without a receiver. ([@earlopain][])Style/RedundantEach
when usingreverse_each.each
without a block. ([@earlopain][])&.
the same way as.
for setter methods inLint/AssignmentInCondition
. ([@jonas054][])Style/RedundantLineContinuation
when using line continuation with modifier. ([@koic][])Naming/BlockForwarding
when using explicit block forwarding in block method and others. ([@koic][])Style/EvalWithLocation
when usingeval
with a line number from a method call or a variable. ([@koic][])Style/RedundantArgument
when when single-quoted strings for cntrl character. ([@koic][])Style/RedundantLineContinuation
when using line continuations with&&
or||
operator in assignment. ([@koic][])Style/RedundantLineContinuation
when multi-line continuations with operators. ([@koic][])Style/CollectionCompact
when usingdelete_if
. ([@koic][])Style/RedundantPercentQ
safe on multiline strings. ([@boardfish][])Naming/FileName
andNaming/InclusiveLanguage
for empty files. ([@earlopain][])Style/Copyright
when the file is empty. ([@earlopain][])Changes
Lint/Debugger
. ([@ydah][])Rakefile.rb
inNaming/FileName
in the default config. ([@artur-intech][])Lint/Debugger
aware ofruby/debug
requires. ([@earlopain][])rubocop -V
display rubocop-rspec_rails version when using it. ([@ydah][])Bundler::LockfileParser
. ([@amomchilov][])v1.62.1
Compare Source
Bug fixes
Style/HashEachMethods
when the key block argument ofEnumerable#each
method is unused afterchunk
. ([@koic][])Style/NilComparison
without receiver andEnforcedStyle: comparison
. ([@earlopain][])Gemspec/RequiredRubyVersion
when the file is empty. ([@earlopain][])Lint/RedundantWithIndex
when the method has no receiver. ([@earlopain][])Lint/UselessTimes
when no block is present. ([@earlopain][])Style/ClassVars
when callingclass_variable_set
without arguments. ([@earlopain][])Style/For
withEnforcedStyle: for
when no receiver. ([@earlopain][])Layout/MultilineMethodCallIndentation
with safe navigation and assignment method. ([@earlopain][])Lint/MixedCaseRange
with invalid byte sequence in UTF-8. ([@earlopain][])RedundantCurrentDirectoryInPath
in case ofrequire_relative
without arguments. ([@viralpraxis][])Layout/EmptyLineAfterMagicComment
when the file is comments only. ([@earlopain][])Layout/RedundantLineBreak
when using&&
or||
after a backslash newline. ([@koic][])Style/MultilineMethodSignature
when there is a newline directly after the def keyword. ([@earlopain][])Style/RaiseArgs
withEnforcedStyle: compact
when passing more than 2 arguments toraise
. ([@earlopain][])Lint/Syntax
getting disabled byrubocop:disable Lint/Syntax
. ([@earlopain][])Changes
LineLength
phase on--auto-gen-only-exclude
. ([@sambostock][])v1.62.0
Compare Source
New features
TargetRubyVersion 3.4
(experimental). ([@koic][])Bug fixes
Lint/ToEnumArguments
when enumerator is created for another method in no arguments method definition. ([@koic][])Style/RedundantLineContinuation
when using line concatenation and calling a method with keyword arguments without parentheses. ([@koic][])Style/Encoding
when magic encoding with mixed case present. ([@koic][])required_ruby_version
is read from another file. ([@davidrunger][])Layout/SpaceInsideHashLiteralBraces
. ([@bquorning][])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.