Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/rubocop/rubocop
A Ruby static code analyzer and formatter, based on the community Ruby style guide.
https://github.com/rubocop/rubocop
This PR fixes the following incorrect autocorrect for `Style/RedundantDoubleSplatHashBraces`
whe...
This PR fixes an error for `Style/AccessModifierDeclarations`
when access modifier is inlined wi...
This PR fixes an error for `Style/AccessModifierDeclarations`
when access modifier is inlined wi...
[Fix #11439] Fix an incorrect autocorrect for `Style/MinMaxComparison` when using `a < b a : b` ...
1165d0e4cfb95838d91dcdfd68614522353d7883 authored about 2 years ago[Fix #11439] Fix an incorrect autocorrect for `Style/MinMaxComparison` when using `a < b a : b` ...
1165d0e4cfb95838d91dcdfd68614522353d7883 authored about 2 years agoFix a crash during anonymous rest argument forwarding
6dca59e0f48fd618471efae0b316b922bafe7c85 authored about 2 years agoFix a crash during anonymous rest argument forwarding
6dca59e0f48fd618471efae0b316b922bafe7c85 authored about 2 years ago
For `Style/MethodCallWithArgsParentheses` with style of
`omit_parentheses`, we can crash rubocop...
For `Style/MethodCallWithArgsParentheses` with style of
`omit_parentheses`, we can crash rubocop...
Fix: #11439
8e44c37986b8ab261005009280334858664b07a8 authored about 2 years agoFix: #11439
8e44c37986b8ab261005009280334858664b07a8 authored about 2 years agoFixes #11419.
This PR fixes a false positive for `Style/RedundantRequireStatement`
when using `...
Fixes #11419.
This PR fixes a false positive for `Style/RedundantRequireStatement`
when using `...
The crash used to happen when an offense is registered in method
receiving hash literals.
Here ...
6efe011fd6b61976dccba6b70b369705a7d5cbac authored about 2 years ago
The crash used to happen when an offense is registered in method
receiving hash literals.
Here ...
6efe011fd6b61976dccba6b70b369705a7d5cbac authored about 2 years agoFixes #11434.
This commit removes an erroneous `@api private` mark for `RuboCop::Formatter`
int...
Fixes #11434.
This commit removes an erroneous `@api private` mark for `RuboCop::Formatter`
int...
Increase generated changelog entry's length
95f3aa4664b602ae619b41cf99104c286653ae2b authored about 2 years agoIncrease generated changelog entry's length
95f3aa4664b602ae619b41cf99104c286653ae2b authored about 2 years ago749dbb47108abe4fe5fcff5e8be5fa4a50231963 authored about 2 years ago
749dbb47108abe4fe5fcff5e8be5fa4a50231963 authored about 2 years ago
[Fix #11430] Fix an infinite loop error for `Layout/BlockEndNewline`
c11a8b1421852ef6c71e2d4be41abb1559098e36 authored about 2 years ago[Fix #11430] Fix an infinite loop error for `Layout/BlockEndNewline`
c11a8b1421852ef6c71e2d4be41abb1559098e36 authored about 2 years agoFixes #11430.
This PR fixes an infinite loop error for `Layout/BlockEndNewline`.
when multiline...
Fixes #11430.
This PR fixes an infinite loop error for `Layout/BlockEndNewline`.
when multiline...
Apply value omission exceptions in super invocations
deeab6dac4ab220ae85431d444ffd1ede8fdfdd7 authored about 2 years agoApply value omission exceptions in super invocations
deeab6dac4ab220ae85431d444ffd1ede8fdfdd7 authored about 2 years ago[Fix #11418] Fix a false positive for `Style/MethodCallWithArgsParentheses`
9ed0c7c7cc64fa716067fb27367eb1d6548eb5bf authored about 2 years ago[Fix #11418] Fix a false positive for `Style/MethodCallWithArgsParentheses`
9ed0c7c7cc64fa716067fb27367eb1d6548eb5bf authored about 2 years ago[Fix #11415] Fix a false positive for `Lint/UselessMethodDefinition`
f1e8761da5ad2d9d06cf59676a2ff584cfb87a58 authored about 2 years ago[Fix #11415] Fix a false positive for `Lint/UselessMethodDefinition`
f1e8761da5ad2d9d06cf59676a2ff584cfb87a58 authored about 2 years ago[Fix #11420] Fix a false positive for `Lint/UselessRescue`
8b1b71eac631e8e74548dfbd1bd8f24db3ccb604 authored about 2 years ago[Fix #11420] Fix a false positive for `Lint/UselessRescue`
8b1b71eac631e8e74548dfbd1bd8f24db3ccb604 authored about 2 years ago
Invocation to `super` were not covered by the special cases of value
omissions that method calls...
Invocation to `super` were not covered by the special cases of value
omissions that method calls...
Fix a false negative on `Lint/Void`
bf49f5033acfc8a41cd95d6e05d1c97aba8f5168 authored about 2 years agoFix a false negative on `Lint/Void`
bf49f5033acfc8a41cd95d6e05d1c97aba8f5168 authored about 2 years ago
Co-authored-by: Ryan Quanz <[email protected]>
Co-authored-by: Anderson Sequera <anderson.s...
Co-authored-by: Ryan Quanz <[email protected]>
Co-authored-by: Anderson Sequera <anderson.s...
Apply concurrency for GHA workflow `pull_requests` envents only
6d80e374302e10777688bd9b9e66bf91016e6e7f authored about 2 years agoApply concurrency for GHA workflow `pull_requests` envents only
6d80e374302e10777688bd9b9e66bf91016e6e7f authored about 2 years agoWhen multiple commits continue, the workflow that wants to know the outcome is also canceled, li...
973c451363939a77766f7602fcc2384a0656ac11 authored about 2 years agoWhen multiple commits continue, the workflow that wants to know the outcome is also canceled, li...
973c451363939a77766f7602fcc2384a0656ac11 authored about 2 years agoFixes #11418.
This PR fixes a false positive for `Style/MethodCallWithArgsParentheses`
when usi...
Fixes #11418.
This PR fixes a false positive for `Style/MethodCallWithArgsParentheses`
when usi...
Fixes #11420.
This PR fixes a false positive for `Lint/UselessRescue`
when using exception vari...
Fixes #11420.
This PR fixes a false positive for `Lint/UselessRescue`
when using exception vari...
Improve error messages for `expect_correction`.
620f8b626b37bb6e3fde53e8afa54277bcd2ea09 authored about 2 years agoImprove error messages for `expect_correction`.
620f8b626b37bb6e3fde53e8afa54277bcd2ea09 authored about 2 years ago
Recommend `expect_no_corrections` if no corrections are expected,
not if no corrections are made.
Recommend `expect_no_corrections` if no corrections are expected,
not if no corrections are made.
Fixes #11415.
This PR fixes a false positive for `Lint/UselessMethodDefinition`
when method def...
Fixes #11415.
This PR fixes a false positive for `Lint/UselessMethodDefinition`
when method def...
8af4b04d1194022a4121c4a86f2c400f2c597fc6 authored about 2 years ago
8af4b04d1194022a4121c4a86f2c400f2c597fc6 authored about 2 years ago
c3111370dcd300628af89c26cadddf7b679cfbd8 authored about 2 years ago
c3111370dcd300628af89c26cadddf7b679cfbd8 authored about 2 years ago
d1e7287cccade4849cd2a8060172249544843d12 authored about 2 years ago
d1e7287cccade4849cd2a8060172249544843d12 authored about 2 years ago
2f298928faaf870903a123afdeefaae552087d3b authored about 2 years ago
2f298928faaf870903a123afdeefaae552087d3b authored about 2 years ago
Fixes #11303.
This PR makes `Metrics/ParameterLists` aware of `Struct.new` and `Data.define` bl...
73a412159e1a7c5409cdb6e4ff23456ecf7e2487 authored about 2 years agoFixes #11303.
This PR makes `Metrics/ParameterLists` aware of `Struct.new` and `Data.define` bl...
73a412159e1a7c5409cdb6e4ff23456ecf7e2487 authored about 2 years agoFixes #11409.
This PR fixes an incorrect autocorrect for `Style/HashSyntax`
when using hash val...
Fixes #11409.
This PR fixes an incorrect autocorrect for `Style/HashSyntax`
when using hash val...
Fixes #8990.
This PR makes `Style/HashEachMethods` aware of built-in `Thread.current`.
And `Thr...
Fixes #8990.
This PR makes `Style/HashEachMethods` aware of built-in `Thread.current`.
And `Thr...
de30af85724a1d860976b5010e0b6adbf1bdb294 authored about 2 years ago
de30af85724a1d860976b5010e0b6adbf1bdb294 authored about 2 years ago
[Fix #11405] Fix Style/WhileUntilModifier with ruby 3.1
52a448fd97b51f88e9ac5c126f4597d34be73480 authored about 2 years ago[Fix #11405] Fix Style/WhileUntilModifier with ruby 3.1
52a448fd97b51f88e9ac5c126f4597d34be73480 authored about 2 years agoFix crash when while/until body last argument is a hash with value omission
1ac1ce70b33df544435f0c9f25a2a746546ab616 authored about 2 years agoFix crash when while/until body last argument is a hash with value omission
1ac1ce70b33df544435f0c9f25a2a746546ab616 authored about 2 years agoFix bad offense for parenthesised calls in literals
3ce55d00bdb8b9532623d38e49beb2976229af48 authored about 2 years agoFix bad offense for parenthesised calls in literals
3ce55d00bdb8b9532623d38e49beb2976229af48 authored about 2 years ago
In `omit_parentheses` style of `Style/MethodCallWithArgsParentheses` we
issued an offense for co...
In `omit_parentheses` style of `Style/MethodCallWithArgsParentheses` we
issued an offense for co...
[Fix rubocop#11180] Fix `Style/RedundantRegexpEscape` bug when regexp provided within `%r{...}` ...
6d37149b7d373e63f2fbb665df4891fffd22380f authored about 2 years ago[Fix rubocop#11180] Fix `Style/RedundantRegexpEscape` bug when regexp provided within `%r{...}` ...
6d37149b7d373e63f2fbb665df4891fffd22380f authored about 2 years agof0ff9825165a6bf24bdc368d16da3582354ee8f2 authored about 2 years ago
f0ff9825165a6bf24bdc368d16da3582354ee8f2 authored about 2 years ago
Same as: https://github.com/rubocop/rubocop-rspec/pull/1539
This PR ensures that only the last ...
bf6ea9bd153d33d9e5e263c8c7f584b9314b646a authored about 2 years agoSame as: https://github.com/rubocop/rubocop-rspec/pull/1539
This PR ensures that only the last ...
bf6ea9bd153d33d9e5e263c8c7f584b9314b646a authored about 2 years agoFix an incorrect autocorrect for `Style/RedundantDoubleSplatHashBraces`
6e3f7c1a7186ec253f59e57f52bf54bde8240656 authored about 2 years agoFix an incorrect autocorrect for `Style/RedundantDoubleSplatHashBraces`
6e3f7c1a7186ec253f59e57f52bf54bde8240656 authored about 2 years ago[Fix #11390] Fix an incorrect autocorrect for `Style/HashSyntax`
f9248c8c0a61611be2e8fc59e1dcf299ff712af3 authored about 2 years ago[Fix #11390] Fix an incorrect autocorrect for `Style/HashSyntax`
f9248c8c0a61611be2e8fc59e1dcf299ff712af3 authored about 2 years agoFixes https://github.com/testdouble/standard/issues/505.
This PR fixes an incorrect autocorrect...
36d8ea7928d61c02999c029b45b544f9a8e0a968 authored about 2 years agoFixes https://github.com/testdouble/standard/issues/505.
This PR fixes an incorrect autocorrect...
36d8ea7928d61c02999c029b45b544f9a8e0a968 authored about 2 years agoFixes #11390.
This PR fixes an incorrect autocorrect for `Style/HashSyntax`
when hash first arg...
Fixes #11390.
This PR fixes an incorrect autocorrect for `Style/HashSyntax`
when hash first arg...
Fix a false positive for `Style/OperatorMethodCall`
dc5d09f2be6ff00086275dd497ab50e8630e51ec authored about 2 years agoFix a false positive for `Style/OperatorMethodCall`
dc5d09f2be6ff00086275dd497ab50e8630e51ec authored about 2 years agof8da50f04c56afa42e6b7bca3c6a62f06e86187f authored about 2 years ago
f8da50f04c56afa42e6b7bca3c6a62f06e86187f authored about 2 years ago
This PR fixes a false positive for `Style/OperatorMethodCall`
when using anonymous forwarding.
...
b8d6464ab429160c7d272b68f0beb83013a0022b authored about 2 years ago
This PR fixes a false positive for `Style/OperatorMethodCall`
when using anonymous forwarding.
...
b8d6464ab429160c7d272b68f0beb83013a0022b authored about 2 years agoFollow https://github.com/rubocop/rubocop/pull/11333#issuecomment-1369486444
This PR disables `...
aa19ccd10e1c422a0f4dda93fa0a9ad0e5a91f15 authored about 2 years agoFollow https://github.com/rubocop/rubocop/pull/11333#issuecomment-1369486444
This PR disables `...
aa19ccd10e1c422a0f4dda93fa0a9ad0e5a91f15 authored about 2 years agoebb2f0af7bb91bc341c156a94f4b5de4ec272028 authored about 2 years ago