sensu-plugins-mailer
sensu-plugins-mailer copied to clipboard
Update rubocop requirement from ~> 0.40.0 to ~> 0.81.0
Updates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
RuboCop 0.81
New features
- #7299: Add new
Lint/RaiseException
cop. (@denys281)- #7793: Prefer
include?
overmember?
inStyle/CollectionMethods
. (@dmolesUC)- #7654: Support
with_fixed_indentation
option forLayout/ArrayAlignment
cop. (@nikitasakov)- #7783: Support Ruby 2.7's numbered parameter for
Style/RedundantSort
. (@koic)- #7795: Make
Layout/EmptyLineAfterGuardClause
aware of case whereand
oror
is used before keyword that break control (e.g.and return
). (@koic)- #7786: Support Ruby 2.7's pattern match for
Layout/ElseAlignment
cop. (@koic)- #7784: Support Ruby 2.7's numbered parameter for
Lint/SafeNavigationChain
. (@koic)- #7331: Add
forbidden
option toStyle/ModuleFunction
cop. (@weh)- #7699: Add new
Lint/StructNewOverride
cop. (@ybiquitous)- #7637: Add new
Style/TrailingCommaInBlockArgs
cop. (@pawptart)- #7809: Add auto-correction for
Style/EndBlock
cop. ([@tejasbubane][])- #7739: Add
IgnoreNotImplementedMethods
configuration toLint/UnusedMethodArgument
. ([@tejasbubane][])- #7740: Add
AllowModifiersOnSymbols
configuration toStyle/AccessModifierDeclarations
. ([@tejasbubane][])- #7812: Add auto-correction for
Lint/BooleanSymbol
cop. ([@tejasbubane][])- #7823: Add
IgnoredMethods
configuration inMetrics/AbcSize
,Metrics/CyclomaticComplexity
, andMetrics/PerceivedComplexity
cops. ([@drenmi][])- #7816: Support Ruby 2.7's numbered parameter for
Style/Lambda
. (@koic)- #7829: Fix an error for
Style/OneLineConditional
when one of the branches containsnext
keyword. (@koic)Bug fixes
- #7236: Mark
Style/InverseMethods
auto-correct as incompatible withStyle/SymbolProc
. ([@drenmi][])- #7144: Fix
Style/Documentation
constant visibility declaration in namespace. ([@AdrienSldy][])- #7779: Fix a false positive for
Style/MultilineMethodCallIndentation
when using Ruby 2.7's numbered parameter. (@koic)- #7733: Fix rubocop-junit-formatter imcompatibility XML for JUnit formatter. (@koic)
- #7767: Skip array literals in
Style/HashTransformValues
andStyle/HashTransformKeys
. ([@tejasbubane][])- #7791: Fix an error on auto-correction for
Layout/BlockEndNewline
when}
of multiline block without processing is not on its own line. (@koic)- #7778: Fix a false positive for
Layout/EndAlignment
when a non-whitespace is used before theend
keyword. (@koic)- #7806: Fix an error for
Lint/ErbNewArguments
cop when inspectingActionView::Template::Handlers::ERB.new
. (@koic)- #7814: Fix a false positive for
Migrate/DepartmentName
cop when inspecting an unexpected disabled comment format. (@koic)- #7728: Fix an error for
Style/OneLineConditional
when one of the branches contains a self keyword. (@koic)- #7825: Fix crash for
Layout/MultilineMethodCallIndentation
with key access to hash. ([@tejasbubane][])- #7831: Fix a false positive for
Style/HashEachMethods
when receiver is implicit. (@koic)Changes
... (truncated)
- #7797: Allow unicode-display_width dependency version 1.7.0. ([@yuritomanek][])
- #7779: Change
AllowComments
option ofLint/SuppressedException
to true by default. (@koic)- #7320:
Naming/MethodName
now flagsattr_reader/attr_writer/attr_accessor/attr
. (@denys281)- #7813: (Breaking) Remove
Lint/EndInMethod
cop. ([@tejasbubane][])
Changelog
Sourced from rubocop's changelog.
0.81.0 (2020-04-01)
New features
- #7299: Add new
Lint/RaiseException
cop. ([@denys281][])- #7793: Prefer
include?
overmember?
inStyle/CollectionMethods
. ([@dmolesUC][])- #7654: Support
with_fixed_indentation
option forLayout/ArrayAlignment
cop. ([@nikitasakov][])- #7783: Support Ruby 2.7's numbered parameter for
Style/RedundantSort
. ([@koic][])- #7795: Make
Layout/EmptyLineAfterGuardClause
aware of case whereand
oror
is used before keyword that break control (e.g.and return
). ([@koic][])- #7786: Support Ruby 2.7's pattern match for
Layout/ElseAlignment
cop. ([@koic][])- #7784: Support Ruby 2.7's numbered parameter for
Lint/SafeNavigationChain
. ([@koic][])- #7331: Add
forbidden
option toStyle/ModuleFunction
cop. ([@weh][])- #7699: Add new
Lint/StructNewOverride
cop. ([@ybiquitous][])- #7637: Add new
Style/TrailingCommaInBlockArgs
cop. ([@pawptart][])- #7809: Add auto-correction for
Style/EndBlock
cop. ([@tejasbubane][])- #7739: Add
IgnoreNotImplementedMethods
configuration toLint/UnusedMethodArgument
. ([@tejasbubane][])- #7740: Add
AllowModifiersOnSymbols
configuration toStyle/AccessModifierDeclarations
. ([@tejasbubane][])- #7812: Add auto-correction for
Lint/BooleanSymbol
cop. ([@tejasbubane][])- #7823: Add
IgnoredMethods
configuration inMetrics/AbcSize
,Metrics/CyclomaticComplexity
, andMetrics/PerceivedComplexity
cops. ([@drenmi][])- #7816: Support Ruby 2.7's numbered parameter for
Style/Lambda
. ([@koic][])- #7829: Fix an error for
Style/OneLineConditional
when one of the branches containsnext
keyword. ([@koic][])Bug fixes
- #7236: Mark
Style/InverseMethods
auto-correct as incompatible withStyle/SymbolProc
. ([@drenmi][])- #7144: Fix
Style/Documentation
constant visibility declaration in namespace. ([@AdrienSldy][])- #7779: Fix a false positive for
Style/MultilineMethodCallIndentation
when using Ruby 2.7's numbered parameter. ([@koic][])- #7733: Fix rubocop-junit-formatter imcompatibility XML for JUnit formatter. ([@koic][])
- #7767: Skip array literals in
Style/HashTransformValues
andStyle/HashTransformKeys
. ([@tejasbubane][])- #7791: Fix an error on auto-correction for
Layout/BlockEndNewline
when}
of multiline block without processing is not on its own line. ([@koic][])- #7778: Fix a false positive for
Layout/EndAlignment
when a non-whitespace is used before theend
keyword. ([@koic][])- #7806: Fix an error for
Lint/ErbNewArguments
cop when inspectingActionView::Template::Handlers::ERB.new
. ([@koic][])- #7814: Fix a false positive for
Migrate/DepartmentName
cop when inspecting an unexpected disabled comment format. ([@koic][])- #7728: Fix an error for
Style/OneLineConditional
when one of the branches contains a self keyword. ([@koic][])- #7825: Fix crash for
Layout/MultilineMethodCallIndentation
with key access to hash. ([@tejasbubane][])- #7831: Fix a false positive for
Style/HashEachMethods
when receiver is implicit. ([@koic][])Changes
- #7797: Allow unicode-display_width dependency version 1.7.0. ([@yuritomanek][])
- #7779: Change
AllowComments
option ofLint/SuppressedException
to true by default. ([@koic][])- #7320:
Naming/MethodName
now flagsattr_reader/attr_writer/attr_accessor/attr
. ([@denys281][])- #7813: (Breaking) Remove
Lint/EndInMethod
cop. ([@tejasbubane][])0.80.1 (2020-02-29)
Bug fixes
... (truncated)
- #7719: Fix
Style/NestedParenthesizedCalls
cop for newline. ([@tejasbubane][])- #7709: Fix correction of
Style/RedundantCondition
when the else branch contains a range. ([@rrosenblum][])
Commits
34e501e
Cut 0.8151de04e
Fix Style/NestedParenthesizedCalls docs (#7822)85f21d9
[Fix #7831] Fix a false positive forStyle/HashEachMethods
40b8771
[Fix #7829] Fix an error forStyle/OneLineConditional
fac6d99
Merge pull request #7828 from tejasbubane/fix-782506309e1
[Fix #7825] Fix crash forLayout/MultilineMethodCallIndentation
5d47450
Merge pull request #7729 from koic/fix_an_error_for_style_one_line_conditional95e75ca
Merge pull request #7816 from koic/support_numblock_type500d0c5
Support Ruby 2.7's numbered parameter forStyle/Lambda
3405fe6
Support IgnoredMethod configuration in method complexity cops- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)