infrablocks / ruby_terraform

A simple Ruby wrapper for invoking terraform commands.
MIT License
109 stars 33 forks source link

Bump rubocop from 1.30.0 to 1.30.1 #91

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rubocop from 1.30.0 to 1.30.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.30.1

Bug fixes

  • #10685: Fix a false positive for Style/StringConcatenation when Mode: conservative and first operand is not string literal. (@​koic)
  • #10670: Fix a false positive for Style/FetchEnvVar in the body with assignment method. (@​ydah)
  • #10671: Fix an incorrect autocorrect for EnforcedStyle: with_first_argument of Layout/ArgumentAlignment and EnforcedColonStyle: separator of Layout/HashAlignment. (@​koic)
  • #10676: Fix --ignore-unrecognized-cops option always showing empty warning even if there was no problem. (@​nobuyo)
  • #10674: Fix a false positive for Naming/AccessorMethodName with type of the first argument is other than arg. (@​ydah)
  • #10679: Fix a false positive for Style/SafeNavigation when TargetRubyVersion: 2.2 or lower. (@​koic)

Changes

  • #10673: Update auto-gen-config's comment re auto-correct for SafeAutoCorrect: false. (@​ydah)
Changelog

Sourced from rubocop's changelog.

1.30.1 (2022-06-06)

Bug fixes

  • #10685: Fix a false positive for Style/StringConcatenation when Mode: conservative and first operand is not string literal. ([@​koic][])
  • #10670: Fix a false positive for Style/FetchEnvVar in the body with assignment method. ([@​ydah][])
  • #10671: Fix an incorrect autocorrect for EnforcedStyle: with_first_argument of Layout/ArgumentAlignment and EnforcedColonStyle: separator of Layout/HashAlignment. ([@​koic][])
  • #10676: Fix --ignore-unrecognized-cops option always showing empty warning even if there was no problem. ([@​nobuyo][])
  • #10674: Fix a false positive for Naming/AccessorMethodName with type of the first argument is other than arg. ([@​ydah][])
  • #10679: Fix a false positive for Style/SafeNavigation when TargetRubyVersion: 2.2 or lower. ([@​koic][])

Changes

  • #10673: Update auto-gen-config's comment re auto-correct for SafeAutoCorrect: false. ([@​ydah][])
Commits
  • 6f3ccdd Cut 1.30.1
  • f62c415 Update Changelog
  • e61ee78 Merge pull request #10695 from ydah/change_suggest_rake_task_warning
  • def56cb Change command for the rake task with arguments to a style that can also be u...
  • fa78663 Fix SafeMode deprecation version in the changelog (#10690)
  • 0c7a1aa Move default enforced styles to top in docs
  • a9fd669 Add a check for EnforcedStyle: (default) examples
  • 35d0d2b Merge pull request #10688 from koic/fix_a_false_positive_for_style_string_con...
  • 0a91fb2 [Fix #10685] Fix a false positive for Style/StringConcatenation
  • a5de777 Merge pull request #10674 from ydah/fix_a_false_positive_accessor_method_name
  • Additional commits viewable in compare view


Dependabot compatibility score

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)