Revisions of rubygem-rubocop

buildservice-autocommit accepted request 1158978 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 161)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1158457 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 160)
update rubocop to 1.62.1, rubocop-ast to 1.31.2
buildservice-autocommit accepted request 1142181 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 159)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1141716 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 158)
Updated rubocop to version 1.60.2 and dependent parser to 3.3.0.5
buildservice-autocommit accepted request 1132980 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 157)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1132766 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 156)
- updated to version 1.59.0
  ## 1.59.0 (2023-12-11)
  ### New features
  * [#12518](https://github.com/rubocop/rubocop/pull/12518): Add new `Lint/ItWithoutArgumentsInBlock` cop. ([@koic][])
  ### Bug fixes
buildservice-autocommit accepted request 1131291 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 155)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1130978 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 154)
- updated to version 1.58.0
  ## 1.58.0 (2023-12-01)
  ### New features
  * [#12420](https://github.com/rubocop/rubocop/pull/12420): Add new `Lint/LiteralAssignmentInCondition` cop. ([@koic][])
  * [#12353](https://github.com/rubocop/rubocop/issues/12353): Add new `Style/SuperWithArgsParentheses` cop. ([@koic][])
  * [#12406](https://github.com/rubocop/rubocop/issues/12406): Add new `Style/ArrayFirstLast` cop. ([@fatkodima][])
buildservice-autocommit accepted request 1121572 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 153)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1121571 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 152)
- updated to version 1.57.2
  ## 1.57.2 (2023-10-26)
  ### Bug fixes
  * [#12274](https://github.com/rubocop/rubocop/issues/12274): Fix a false positive for `Lint/Void` when `each`'s receiver is an object of `Enumerator` to which `filter` has been applied. ([@koic][])
  * [#12291](https://github.com/rubocop/rubocop/issues/12291): Fix a false positive for `Metrics/ClassLength` when a class with a singleton class definition. ([@koic][])
  * [#12293](https://github.com/rubocop/rubocop/issues/12293): Fix a false positive for `Style/RedundantDoubleSplatHashBraces` when using double splat hash braces with `merge` and method chain. ([@koic][])
  * [#12298](https://github.com/rubocop/rubocop/issues/12298): Fix a false positive for `Style/RedundantParentheses` when using a parenthesized hash literal as the first argument in a method call without parentheses. ([@koic][])
  * [#12283](https://github.com/rubocop/rubocop/pull/12283): Fix an error for `Style/SingleLineDoEndBlock` when using single line `do`...`end` with no body. ([@koic][])
  * [#12312](https://github.com/rubocop/rubocop/issues/12312): Fix an incorrect autocorrect for `Style/HashSyntax` when braced hash key and value are the same and it is used in `if`...`else`. ([@koic][])
  * [#12307](https://github.com/rubocop/rubocop/issues/12307): Fix an infinite loop error for `Layout/EndAlignment` when `EnforcedStyleAlignWith: variable` and using a conditional statement in a method argument on the same line and `end` with method call is not aligned. ([@koic][])
  * [#11652](https://github.com/rubocop/rubocop/issues/11652): Make `--auto-gen-config` generate `inherit_from` correctly inside ERB `if`. ([@jonas054][])
  * [#12310](https://github.com/rubocop/rubocop/issues/12310): Drop `base64` gem from runtime dependency. ([@koic][])
  * [#12300](https://github.com/rubocop/rubocop/issues/12300): Fix an error for `Style/IdenticalConditionalBranches` when `if`...`else` with identical leading lines and using index assign. ([@koic][])
  * [#12286](https://github.com/rubocop/rubocop/issues/12286): Fix false positives for `Style/RedundantDoubleSplatHashBraces` when using double splat with a hash literal enclosed in parenthesized ternary operator. ([@koic][])
  * [#12279](https://github.com/rubocop/rubocop/issues/12279): Fix false positives for `Lint/EmptyConditionalBody` when missing 2nd `if` body with a comment. ([@koic][])
  * [#12275](https://github.com/rubocop/rubocop/issues/12275): Fix a false positive for `Style/RedundantDoubleSplatHashBraces` when using double splat within block argument containing a hash literal in an array literal. ([@koic][])
  * [#12284](https://github.com/rubocop/rubocop/issues/12284): Fix false positives for `Style/SingleArgumentDig` when using some anonymous argument syntax. ([@koic][])
  * [#12301](https://github.com/rubocop/rubocop/issues/12301): Make `Style/RedundantFilterChain` aware of safe navigation operator. ([@koic][])
buildservice-autocommit accepted request 1118191 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 151)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1117717 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 150)
Updated rubocop to version 1.57.1
buildservice-autocommit accepted request 1117131 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 149)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1117064 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 148)
Updated rubocop to version 1.57.0
Dependency update required for rubocop update:
  * parser to 3.2.2.4
buildservice-autocommit accepted request 1116488 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 147)
baserev update by copy to link target
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1110950 from Mykola Krachkovsky's avatar Mykola Krachkovsky (NickLion) (revision 146)
Updated rubocop to version 1.56.3
Dependencies updates required for rubocop update:
  * rubocop-ast to 1.29.0
  * parser to 3.2.2.3
  * unicode-display_width to 2.4.2
buildservice-autocommit accepted request 1042658 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 145)
baserev update by copy to link target
buildservice-autocommit accepted request 1032160 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 143)
baserev update by copy to link target
Displaying revisions 1 - 20 of 161
openSUSE Build Service is sponsored by