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
Tweak autocorrection for `Style/RedundantBegin`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
class << self is ignored in Metrics/ModuleLength
d4rky-pl opened this issue over 1 year ago
d4rky-pl opened this issue over 1 year ago
[Fix #12226] Fix false positives for `Layout/MultilineMethodCallIndentation`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
ConfigNotFoundError when opening a rake file
danillos opened this issue over 1 year ago
danillos opened this issue over 1 year ago
Fix false negatives for `Style/MultilineBlockChain`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Add new `Style/SingleLineDoEndBlock` cop
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
False positive on `Layout/MultilineMethodCallIndentation` cop
ydakuka opened this issue over 1 year ago
ydakuka opened this issue over 1 year ago
Rubocop 1.56.3 consuming high CPU and memory on CircleCI
akhilgkrishnan opened this issue over 1 year ago
akhilgkrishnan opened this issue over 1 year ago
Support method modifiers in Layout/EmptyLineBetweenDefs
Darhazer opened this issue over 1 year ago
Darhazer opened this issue over 1 year ago
[Fix #12221] Fix a false positive for `Layout/EmptyLineAfterGuardClause`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Wrong `Layout/EmptyLineAfterGuardClause` for returned heredoc with conditional
alagos opened this issue over 1 year ago
alagos opened this issue over 1 year ago
[Fix #12208] Fix an incorrect autocorrect for the `--disable-uncorrectable` option
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Option to exit nonzero on cop disable comments with the wrong namespace
dgollahon opened this issue over 1 year ago
dgollahon opened this issue over 1 year ago
[Fix #12213] Fix a false positive for `Lint/OrderedMagicComments`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix detecting `encoding` magic comment inside other comments
fatkodima opened this pull request over 1 year ago
fatkodima opened this pull request over 1 year ago
False-negative Style/ConditionalAssignment cop
taichi-ishitani opened this issue over 1 year ago
taichi-ishitani opened this issue over 1 year ago
[Docs] Update the doc for `Style/ReturnNil`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
False-positive Lint/OrderedMagicComments warning
DmitryPogrebnoy opened this issue over 1 year ago
DmitryPogrebnoy opened this issue over 1 year ago
Lint/AmbiguousOperator registers offense for macro methods
Earlopain opened this issue over 1 year ago
Earlopain opened this issue over 1 year ago
[Fix #12210] Mark `Style/RedundantFilterChain` as unsafe autocorrect
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Style/RedundantFilterChain is not safe
bautrey37 opened this issue over 1 year ago
bautrey37 opened this issue over 1 year ago
Sponsored issue: Cop Idea: Enhancing Code Readability by Flagging Explicit Usage Of Public Access Modifiers
PhillipUg opened this issue over 1 year ago
PhillipUg opened this issue over 1 year ago
Percent array literal inside a block causes infinite loop with `--disable-uncorrectable`.
sliiser opened this issue over 1 year ago
sliiser opened this issue over 1 year ago
[Fix #12205] Fix an error for `Style/OperatorMethodCall`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Style/OperatorMethodCall`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Style/OperatorMethodCall error on redundant dot in method call
jcsjcs opened this issue over 1 year ago
jcsjcs opened this issue over 1 year ago
Support autocorrect for `InternalAffairs/ExampleDescription`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Lint/SafeNavigationChain`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Style/RedundantConditional` when unless/else with boolean results
ydah opened this pull request over 1 year ago
ydah opened this pull request over 1 year ago
[Fix #12199] Fix false negatives for `Layout/MultilineMethodCallIndentation`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix an error for `InternalAffairs/UselessMessageAssertion` when empty file
ydah opened this pull request over 1 year ago
ydah opened this pull request over 1 year ago
False negative on Layout/MultilineMethodCallIndentation for safe navigation
brkn opened this issue over 1 year ago
brkn opened this issue over 1 year ago
undefined method `type` for `nil:NilClass`
snutij opened this issue over 1 year ago
snutij opened this issue over 1 year ago
Make `Style/CollectionMethods` aware of `collect_concat`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12195] Fix a false negative for `Layout/SpaceAfterNot`
ymap opened this pull request over 1 year ago
ymap opened this pull request over 1 year ago
False negative for `Layout/SpaceAfterNot` cop
ymap opened this issue over 1 year ago
ymap opened this issue over 1 year ago
[Fix #12181] Fix an incorrect autocorrect for `Lint/UselessAssignment`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Bump actions/checkout from 3 to 4
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
[Fix #12187] Fix an incorrect autocorrect for `Style/SoleNestedConditional`
ymap opened this pull request over 1 year ago
ymap opened this pull request over 1 year ago
Incorrect autocorrection for `Style/SoleNestedConditional` cop
ymap opened this issue over 1 year ago
ymap opened this issue over 1 year ago
Add new `requires_gem` API for declaring which gems a Cop needs
amomchilov opened this pull request over 1 year ago
amomchilov opened this pull request over 1 year ago
Set target version for Layout/HeredocIndentation
tagliala opened this pull request over 1 year ago
tagliala opened this pull request over 1 year ago
[Fix #12182] Fix an error for `Lint/UselessAssignment`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Style/MultilineTernaryOperator`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Lint/UselessAssignment throws error when autocorrecting edge case
mheguy-stingray opened this issue over 1 year ago
mheguy-stingray opened this issue over 1 year ago
Lint/UselessAssignment throws error and breaks syntax in edge case
mheguy-stingray opened this issue over 1 year ago
mheguy-stingray opened this issue over 1 year ago
Replace regex with `Bundler::LockfileParser`
amomchilov opened this pull request over 1 year ago
amomchilov opened this pull request over 1 year ago
--auto-gen-config should generate exclusion sets when metric is overridden
luke-hill opened this issue over 1 year ago
luke-hill opened this issue over 1 year ago
[Docs] Add Helix to the LSP doc
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix an incorrect autocorrect for `Style/RedundantException` when message is not string
ydah opened this pull request over 1 year ago
ydah opened this pull request over 1 year ago
Add support for `Style/RedundantConditional` when redundant returning of true/false only if/unless block
ydah opened this pull request over 1 year ago
ydah opened this pull request over 1 year ago
Changelog is so large that GitHub no longer renders it
valscion opened this issue over 1 year ago
valscion opened this issue over 1 year ago
[Fix #12172] Fix a false positive for `Style/EmptyCaseCondition`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12171] Fix a false positive for `Style/ArrayIntersect`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Style/EmptyCaseCondition creates syntax error on autocorrect when following a return
marvinthepa opened this issue over 1 year ago
marvinthepa opened this issue over 1 year ago
Style/ArrayIntersect causes unsafe fix when block is passed to any?
marvinthepa opened this issue over 1 year ago
marvinthepa opened this issue over 1 year ago
Make `InternalAffairs/RedundantMethodDispatchNode` aware of `method?`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12168]: Fix bug in `Style/ArgumentsForwarding`
owst opened this pull request over 1 year ago
owst opened this pull request over 1 year ago
Bug in `Style/ArgumentsForwarding`: only last occurrence of repeated method call is autocorrected
owst opened this issue over 1 year ago
owst opened this issue over 1 year ago
ask me somthing to get to know me and ill give you a suprise
zvailanu98 opened this issue over 1 year ago
zvailanu98 opened this issue over 1 year ago
contributing guidelines
zvailanu98 opened this issue over 1 year ago
zvailanu98 opened this issue over 1 year ago
[Fix #12162] Fix an error for `Bundler/DuplicatedGroup`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
An error occurred while Bundler/DuplicatedGroup cop was inspecting /path/to/Gemfile.
MrJoy opened this issue over 1 year ago
MrJoy opened this issue over 1 year ago
Fix duplicate word typos
ymap opened this pull request over 1 year ago
ymap opened this pull request over 1 year ago
[Docs] Add Emacs (LSP Mode) to the LSP doc
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
The Guardclause rule should not be part of the defaults
pedrorolo opened this issue over 1 year ago
pedrorolo opened this issue over 1 year ago
[Fix #12154] Fix incorrect `diagnosticProvider` value of LSP
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Update document in create a new cop
kyoshidajp opened this pull request over 1 year ago
kyoshidajp opened this pull request over 1 year ago
Add new `Naming/PrivateMethodName` cop
kyoshidajp opened this pull request over 1 year ago
kyoshidajp opened this pull request over 1 year ago
Fix a false positive for `Layout/RedundantLineBreak`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
LSP diagnosticProvider seems not following the specifications
danillos opened this issue over 1 year ago
danillos opened this issue over 1 year ago
Suppress a Ruby warning when using Ruby 3.3.0dev
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12151] Make `Layout/EmptyLineAfterGuardClause` allow `:nocov:` directive
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Make Layout/EmptyLineAfterGuardClause accept `:nocov:` directive after guard clause
G-Rath opened this issue over 1 year ago
G-Rath opened this issue over 1 year ago
Fix shadowing of FileFinder stop_dir in isolated tests.
martinemde opened this pull request over 1 year ago
martinemde opened this pull request over 1 year ago
EnforcedShorthandSyntax for keyword argument values
erickgskovik opened this issue over 1 year ago
erickgskovik opened this issue over 1 year ago
Fix an incorrect autocorrect for `Lint/NonAtomicFileOperation`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
If ~/.rubocop.yml contains a Rails (or Performance) cop, loading excludes causes "`Rails` cops have been extracted" error
martinemde opened this pull request over 1 year ago
martinemde opened this pull request over 1 year ago
`Lint/FloatComparison`, `Style/NumericPredicate` and comparing by 0
Earlopain opened this issue over 1 year ago
Earlopain opened this issue over 1 year ago
[Fix #12143] Fix a false positive for `Lint/ToEnumArguments`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
False positive for `Style/ArgumentsForwarding` when using default argument values
vassyz opened this issue over 1 year ago
vassyz opened this issue over 1 year ago
`Lint/ToEnumArguments` doesn't support anonymous argument forwarding
inkstak opened this issue over 1 year ago
inkstak opened this issue over 1 year ago
[Fix #12141] Fix false positive for `Style/ArgumentsForwarding`
owst opened this pull request over 1 year ago
owst opened this pull request over 1 year ago
`Style/ArgumentsForwarding` false positive
benburkert opened this issue over 1 year ago
benburkert opened this issue over 1 year ago
New cop to detect unnecessary chains of `defined?` using `&&`
fatkodima opened this issue over 1 year ago
fatkodima opened this issue over 1 year ago
[Fix #12138] Fix a false positive for `Layout/LineContinuationLeadingSpace`
ymap opened this pull request over 1 year ago
ymap opened this pull request over 1 year ago
`Layout/LineContinuationLeadingSpace` false positive
ymap opened this issue over 1 year ago
ymap opened this issue over 1 year ago
CLI option to specify cop attributes
noraj opened this issue over 1 year ago
noraj opened this issue over 1 year ago
Fix a false negative for `Layout/LeadingCommentSpace`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12134] Fix a false positive for `Style/MethodCallWithArgsParentheses`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Fix Style/MethodCallWithArgsParentheses error with guarded standalone pattern
bkuhlmann opened this issue over 1 year ago
bkuhlmann opened this issue over 1 year ago
Fix `Style/RedundantSelfAssignmentBranch` to handle heredocs
r7kamura opened this pull request over 1 year ago
r7kamura opened this pull request over 1 year ago
False positive for `Style/HashSyntax` EnforcedShorthandSyntax consistent - when only one key (or in method args?)
klyonrad opened this issue over 1 year ago
klyonrad opened this issue over 1 year ago
After update to rubocop 1.56: "An error occurred while Style/ArgumentsForwarding cop was inspecting file_path."
JasmienVC opened this issue over 1 year ago
JasmienVC opened this issue over 1 year ago
Installation instructions don't work
xobs opened this issue over 1 year ago
xobs opened this issue over 1 year ago
[Fix #12128] Make `Style/GuardClause` aware of `define_method`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
Enhancement: make `Style/GuardClause` aware of dynamic methods
vlad-pisanov opened this issue over 1 year ago
vlad-pisanov opened this issue over 1 year ago
[Fix #12105] Adjust target ruby gem requirement matcher and version parsing to support multiple version constraints
ItsEcholot opened this pull request over 1 year ago
ItsEcholot opened this pull request over 1 year ago
Make `Style/RedundantFilterChain` aware of `select.present?`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago
[Fix #12124] Fix false positives for `Style/RedundantParentheses`
koic opened this pull request over 1 year ago
koic opened this pull request over 1 year ago