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
47735efc2b410578a196fd2758da87d01802c655 authored about 1 year ago by Bozhidar Batsov <[email protected]>
4ab36220f2cb0b13b45a2642024a1a33ac47efe5 authored about 1 year ago by Bozhidar Batsov <[email protected]>
d995cb457b1ca24ba3b2f5bb11ec72f1a63d4343 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Fixes #12312.
This PR fixes an incorrect autocorrect for `Style/HashSyntax`
when braced hash ke...
Fixes #12310.
This PR drops `base64` gem from runtime dependency.
RuboCop only uses `Base64.en...
b2b29da6406ed55fe42fe045435c29bed6635299 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12307.
This PR fixes an infinite loop error for `Layout/EndAlignment`
when `EnforcedStyl...
Fixes #12274.
This PR fixes a false positive for `Lint/Void` when `each`'s receiver is
an objec...
This commit tweaks offense message for `Lint/Void`
when registering offenses of void constants.
The problem with the existing algorithm, for generating the inherit_from line
in --auto-gen-conf...
[Fix 12300] Fix an error for `Style/IdenticalConditionalBranches`
41dda1ff1380a4f7b7d63cdec903dad496751754 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12300.
This PR fixes an error for `Style/IdenticalConditionalBranches`
when `if`...`else...
[Fix #12284] Fix false positives for `Style/SingleArgumentDig`
616060a39cc10826ff64207c8f42d9d8c6ba6efb authored about 1 year ago by Koichi ITO <[email protected]>[Fix #12301] Make `Style/RedundantFilterChain` aware of safe navigation
a35f7c3af2a50d109ea3b52d0a62953a2f75aaf9 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12301.
This PR makes `Style/RedundantFilterChain` aware of safe navigation.
a17909d43a04fca98f7a153814e4bbe9413632d9 authored about 1 year ago by Koichi ITO <[email protected]>[Fix #12298] Fix a false positive for `Style/RedundantParentheses`
a797c9879506139b2ceb2cb01e581fc24df09775 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12298.
This PR fixes a false positive for `Style/RedundantParentheses`
when using a pare...
[Fix #12293] Fix a false positive for `Style/RedundantDoubleSplatHashBraces`
79f81874f0f30f2b7857e9bfd088be60720229c7 authored about 1 year ago by Koichi ITO <[email protected]>[Fix #12291] Fix a false positive for `Metrics/ClassLength`
e8a492b3984e02f50c233697eec68286cb183d7f authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12293.
This PR fixes a false positive for `Style/RedundantDoubleSplatHashBraces`
when us...
Fixes #12291.
This PR fixes a false positive for `Metrics/ClassLength`
when a class with a sing...
[Fix #12286] Fix false positives for `Style/RedundantDoubleSplatHashBraces`
6713311554d74f55fed0df20ab2bf2298d672006 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12286.
This PR fix false positives for `Style/RedundantDoubleSplatHashBraces`
when using...
Fixes #12284.
This PR fixes false positives for `Style/SingleArgumentDig`
when using some anony...
Fix an error for `Style/SingleLineDoEndBlock`
affbe3b3a66ce15534021548e282270c4a688962 authored about 1 year ago by Koichi ITO <[email protected]>
This PR fixes the following error for `Style/SingleLineDoEndBlock`
when using single line `do`.....
Fixes #12279.
This PR fixes false positives for `Lint/EmptyConditionalBody`
when missing 2nd `i...
Fixes #12275.
This PR fixes a false positive for `Style/RedundantDoubleSplatHashBraces`
when us...
b7fb0641a8289dc93401f1a95963fa43f7ed4a7d authored about 1 year ago by Bozhidar Batsov <[email protected]>
9141fe50b7c3a884852f5e49688a3f5dd3d2f7e0 authored about 1 year ago by Bozhidar Batsov <[email protected]>
a302d0cf3a34016d2240e0183a04d3012d022a54 authored about 1 year ago by Bozhidar Batsov <[email protected]>
Fixes #12271.
This PR fixes a false positive for `Lint/RedundantSafeNavigation`
when using snak...
Fixes #12263.
This PR fixes false positives for `Style/RedundantDoubleSplatHashBraces`
when met...
Fix an infinite loop for `Layout/MultilineMethodCallIndentation`
03cdf044710db32bd90dc6afa0234502c2b59ffb authored about 1 year ago by Koichi ITO <[email protected]>Fix: https://github.com/rubocop/rubocop/issues/12261
7edb5cab7487973809ddade987f80ae7b131c81e authored about 1 year ago by ydah <[email protected]>[Fix #12265] Fix an error for `Layout/MultilineMethodCallIndentation`
42898bc383d883fe20148119c05a4039ac7ad7de authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12265.
This PR fixes an error for `Layout/MultilineMethodCallIndentation`
when usingarit...
This commit fixes the following build error:
```
Check spelling of all files with codespell: sp...
873cb9f1dfd2d02a574f0ad95de36a3f33547b3a authored about 1 year ago by ydah <[email protected]>
This PR fixes the following incorrect autocorrect for `Style/RedundantDoubleSplatHashBraces`
whe...
215ab03ccdf722ebc3b0c43a62649755f4280451 authored about 1 year ago by Bozhidar Batsov <[email protected]>
bfdb5ff4fec74c0dd154268a8e4b97dba7a79aed authored about 1 year ago by Bozhidar Batsov <[email protected]>
872d7137fd26977273146a70df8a903dedfe93bd authored about 1 year ago by Bozhidar Batsov <[email protected]>
The "fileutils.rb" item is dynamically added to the `$LOADED_FEATURES`
due to the autoloading wh...
Fixes #12259.
This PR fixes an error for `Lint/MixedCaseRange`
when using nested character clas...
Follow up #12258.
This PR fixes the following error for `Style/RedundantDoubleSplatHashBraces`:...
986d047b8a6d4163329cdd4925726eae7885b6e6 authored about 1 year ago by Koichi ITO <[email protected]>Resolves #12257.
This PR makes `Style/RedundantDoubleSplatHashBraces` aware of `merge` methods....
81ef51ea121989cdf756c6e1c016fc2b5414bf4b authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12249.
This PR fixes a false positive `Style/IdenticalConditionalBranches`
when `if`..`e...
Remove redundant true/false returns
6a100e60868c4543517e701a1728dd7ddae73384 authored about 1 year ago by Koichi ITO <[email protected]>Follow up: https://github.com/rubocop/rubocop/pull/12176#issuecomment-1752002311
fb3415206c8fcc8c1a856a8529b5e94069782115 authored about 1 year ago by ydah <[email protected]>Edit empty block overview text
7b05f2a8fb4f62e26697bac8ba12f0369645ead8 authored about 1 year ago by Koichi ITO <[email protected]>ab72b2b0b1e76f6738c51a4b0c1b253f77735e94 authored about 1 year ago by Joe Siewert <[email protected]>
Lint/LiteralInInterpolation: Accept an empty string literal interpolated in %W[]/%I[]
11d412fadd5b0ef8ffc1db52be209cdf2b48e049 authored about 1 year ago by Koichi ITO <[email protected]>An empty string in those words literals is significant and must not be expanded.
e.g.
```ruby
...
Fix false negatives for `Style/RedundantParentheses`
ece1a95d07f78d3124d699f382179fbc1a246731 authored about 1 year ago by Koichi ITO <[email protected]>Mark `Lint/RedundantRequireStatement` as unsafe autocorrect
42fbe75ac38f53663d3f135a3336c0f9f5a26ed5 authored about 1 year ago by Koichi ITO <[email protected]>
This PR fix false negatives for `Style/RedundantParentheses`
when using logical or comparison ex...
Follow up https://github.com/rubocop/rubocop/pull/11931#issuecomment-1603717583.
This PR marks ...
aee06d058b7b242f9043bf9678514f288fd894dc authored about 1 year ago by Koichi ITO <[email protected]>b5683e47f9cadf22cd0ab9ff6b58bfe2cdfa0e62 authored about 1 year ago by Koichi ITO <[email protected]>
Enhance `Style/FormatString`'s autocorrection
a455e9d55771f1e3dfea0cc4183e66f9632b431c authored about 1 year ago by Koichi ITO <[email protected]>
This PR enhances `Style/FormatString`'s autocorrection
when using known conversion methods whose...
26681f70adf4cfdf9e4daa429bea00adbffbd467 authored about 1 year ago by Koichi ITO <[email protected]>
Fixes https://github.com/rubocop/rubocop-rails/issues/1104.
This is an issue with RuboCop Rails...
59021624ce276edaca12812c39943116de7ee763 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12244.
This PR fixes a false negative for `Lint/Debugger`
when using debugger method ins...
Fixes #12198.
Parser 3.2.2.4 includes https://github.com/whitequark/parser/pull/946.
This PR r...
76c2bc551d1b08a9e34eec1d29d22536d8ba1991 authored about 1 year ago by Koichi ITO <[email protected]>[Fix #12231] Fix a false negative for `Metrics/ModuleLength`
8bc658e6f4083fb8df10ced0051d47201002fb86 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12231.
This PR fixes a false negative for `Metrics/ModuleLength`
when defining a singlet...
This PR fixes the following build error in the codespell:
```console
Resulting CLI options --c...
[Fix #12237] Fix an error for `Style/NestedTernaryOperator`
56e2e4a0f33cf722fd13c5bdec2a4575e8d82ea0 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12237.
This PR fixes an error for `Style/NestedTernaryOperator`
when a ternary operator ...
Enable auto parallel inspection when config file is specified
2ec14cabfa4a9aa07f3b82b2c86ae80c52cbd674 authored about 1 year ago by Koichi ITO <[email protected]>948d64106d2eaa4058a3dde452c58b4728a24c3c authored about 1 year ago by Moritz Nisblé <[email protected]>
Move `NOTE:` above `@example`.
80de379af60a4df60a9e6707da1c3056e9d233ea authored about 1 year ago by Koichi ITO <[email protected]>
This PR tweaks autocorrection for `Style/RedundantBegin`
when using endless method definition wi...
Fixes #12226.
This PR fixes false positives for `Layout/MultilineMethodCallIndentation`
when al...
This PR adds new `Style/SingleLineDoEndBlock` cop
that checks for single-line `do`...`end` block...
This PR fixes false negatives for `Style/MultilineBlockChain`
when using multiline block chain w...
Fixes #12097.
This PR marks unsafe autocorrect for `Style/ClassEqualityComparison`
because ther...
Resolves: rubocop/rubocop-rails#1048.
This PR makes `Style/RedundantFilterChain` aware of `sele...
4bec69e32bad3068fca1abe8f5f8d9a02547ae57 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12128.
This PR makes `Style/GuardClause` aware of `define_method`.
5537b0c1eb7613e38cbb35a59259596efbfc8a2c authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12210.
This PR marks `Style/RedundantFilterChain` as unsafe autocorrect.
32968e195ad0d9d171e4f6d4528dbf784b8e75f2 authored about 1 year ago by Koichi ITO <[email protected]>e0c22a3a1714556fd505897435acf31f81185663 authored about 1 year ago by Bozhidar Batsov <[email protected]>
fc57892974c3bd597d9faa7abd5e02679ddea9d4 authored about 1 year ago by Bozhidar Batsov <[email protected]>
b7d99b8e857e60d8fc436cf8d61652196cd8a85d authored about 1 year ago by Bozhidar Batsov <[email protected]>
[Fix #12221] Fix a false positive for `Layout/EmptyLineAfterGuardClause`
0f550020b042fd7f50c340383bee431e3a6db727 authored about 1 year ago by Koichi ITO <[email protected]>[Fix #12208] Fix an incorrect autocorrect for the `--disable-uncorrectable` option
59fb188bb349736edd1803bb82228b385ca86dfc authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12221.
This PR fixes a false positive for `Layout/EmptyLineAfterGuardClause`
when using ...
Fixes #12208.
This PR fixes an incorrect autocorrect for the `--disable-uncorrectable` command ...
d0d612e812def28bb13bf4d7dcb465009785fe3b authored about 1 year ago by Koichi ITO <[email protected]>[Fix #12213] Fix a false positive for `Lint/OrderedMagicComments`
c626229801455c05ef645834d1b335775d4a4f70 authored about 1 year ago by Koichi ITO <[email protected]>Fixes #12213.
This PR fixes a false positive for `Lint/OrderedMagicComments`
when comment text ...
This PR commits `RSpec/FilePath` to suppress the following offenses:
```console
$ bundle exec r...
[Docs] Update the doc for `Style/ReturnNil`
1e438220122afa680a8fc0eaf536c5b8647b6cb4 authored about 1 year ago by Koichi ITO <[email protected]>
This PR updates the doc for `Style/ReturnNil` based on the following comments about
why `Style/R...
b242173c05f8de02796e60544a2c3af14410e0bd authored over 1 year ago by Koichi ITO <[email protected]>
Follow up https://github.com/rubocop/rubocop/commit/08dbb42.
This commit fixes duplicate contri...
2d4b944593d4ad5179a104a32fca3894cd3c2b52 authored over 1 year ago by Koichi ITO <[email protected]>Fix an incorrect autocorrect for `Style/OperatorMethodCall`
9fdc532bc8c448c43dab537cbf7949370bb58f68 authored over 1 year ago by Koichi ITO <[email protected]>This PR fixes an incorrect autocorrect for `Style/OperatorMethodCall` when using `foo./bar`:
``...
1483f310708e2f4cbb944e4e2d5e885a1c5ca138 authored over 1 year ago by Koichi ITO <[email protected]>[Fix #12205] Fix an error for `Style/OperatorMethodCall`
d6b5ecf6e30f5b9a1657d93423566939708404d8 authored over 1 year ago by Koichi ITO <[email protected]>Fixes #12205.
This PR fixes an error for `Style/OperatorMethodCall`
when using `foo bar./ baz`.
Support autocorrect for `InternalAffairs/ExampleDescription`
1af7e11373727ca7c9bd55044ca9649db40f3373 authored over 1 year ago by Koichi ITO <[email protected]>This PR supports autocorrect for `InternalAffairs/ExampleDescription`.
afe15a899937a72f674e71a28fa749aad3c6f687 authored over 1 year ago by Koichi ITO <[email protected]>