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
Department disable comments enables a cop for the rest a file even if it is excluded with `Include`/`Exclude`
Earlopain opened this issue 4 months ago
Earlopain opened this issue 4 months ago
False negative for `Style/SafeNavigation` when safe navigation is not used exclusivly
Earlopain opened this issue 4 months ago
Earlopain opened this issue 4 months ago
Fix false negatives for `Style/MapIntoArray` when using non-splatted arguments
vlad-pisanov opened this pull request 4 months ago
vlad-pisanov opened this pull request 4 months ago
Enhance the autocorrect for `Naming/InclusiveLanguage`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Emit a deprecation when custom cops inherit from `RuboCop::Cop::Cop`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
New cop to detect unnecessary `merge` when passing keyword arguments
fatkodima opened this issue 5 months ago
fatkodima opened this issue 5 months ago
Allow extensions to contribute documentation sections
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix Style/MethodCallWithArgsParentheses issue with return punning in guard
bkuhlmann opened this issue 5 months ago
bkuhlmann opened this issue 5 months ago
inherit_mode doesn't appear to be working
Swiss-Edward opened this issue 5 months ago
Swiss-Edward opened this issue 5 months ago
Optimize `Base.callbacks_needed` by reordering checks
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Improve yaml duplication checker performance
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
False negative for `Style/RedundantRegexpArgument` and `start_with?`/`end_with?`
Earlopain opened this issue 5 months ago
Earlopain opened this issue 5 months ago
Support `filter/filter!` in `Style/CollectionCompact`
masato-bkn opened this pull request 5 months ago
masato-bkn opened this pull request 5 months ago
Emit a deprecation for `Team.new([Cop], config)`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
`require 'language-server_protocol'` on-demand
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Make `InternalAffairs/RedundantSourceRange` aware of `add_offense`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Add basic support for conditional returns that always return to `Lint/UnreachableCode`
Zopolis4 opened this pull request 5 months ago
Zopolis4 opened this pull request 5 months ago
[Idea] rubocop to give speed-related hints, if the user / project wants this
rubyFeedback opened this issue 5 months ago
rubyFeedback opened this issue 5 months ago
Fix false positive for `Style/CollectionCompact` when using `delete_if`
masato-bkn opened this pull request 5 months ago
masato-bkn opened this pull request 5 months ago
Improve performance of `Lint/ItWithoutArgumentsInBlock`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Ensure that the code for `expect_correction` is valid syntax
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
[Fix #13235] Fix an error for `Style/IfUnlessModifier`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Error in Style/IfUnlessModifier cop when using `.(attr:)` (implicit `call` method)
pdobb opened this issue 5 months ago
pdobb opened this issue 5 months ago
Fix an error when using Ruby 3.4-dev
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
[Fix #13232] Make server mode aware of auto-restart for local config update
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Restart server on local cop changes
splattael opened this issue 5 months ago
splattael opened this issue 5 months ago
Don't use `loop: false` for `AlignmentDirective` tests
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
[Fix #13220] Fix an incorrect autocorrect for `Style/ArgumentsForwarding`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
`Style/MapIntoArray` autocorrection for `[].tap`
marocchino opened this issue 5 months ago
marocchino opened this issue 5 months ago
Add new `Style/SafeNavigationChainLength` cop
fatkodima opened this pull request 5 months ago
fatkodima opened this pull request 5 months ago
False Positive for `Lint/ShadowedArgument`
ccutrer opened this issue 5 months ago
ccutrer opened this issue 5 months ago
Fix `--auto-gen-config` when passing an absolute config path
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Wrong autocorrect for `Style/OperatorMethodCall` with `foo./(bar)`
Earlopain opened this issue 5 months ago
Earlopain opened this issue 5 months ago
Fix false positives for `Style/OperatorMethodCall` with named forwarding
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Add `AllowRBSInlineAnnotation` option to `Layout/LeadingCommentSpace`
tk0miya opened this pull request 5 months ago
tk0miya opened this pull request 5 months ago
Allow to write rbs-inline annotation after method definition in `Style/CommentedKeyword`
tk0miya opened this pull request 5 months ago
tk0miya opened this pull request 5 months ago
Do not group accessors having rbs-inline annotations in `Style/AccessorGrouping`
tk0miya opened this pull request 5 months ago
tk0miya opened this pull request 5 months ago
Style/ArgumentsForwarding fix breaks on brackets
akimd opened this issue 5 months ago
akimd opened this issue 5 months ago
Fix a false positive for `Style/ArgumentForwarding` with Ruby 3.0 and optional position arguments
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix links of CHANGELOG
hotoolong opened this pull request 5 months ago
hotoolong opened this pull request 5 months ago
Fix a false positive in Lint/ParenthesesAsGroupedExpression with compound ranges
gsamokovarov opened this pull request 5 months ago
gsamokovarov opened this pull request 5 months ago
Fix wrong autocorrect for `Lint/BigDecimalNew` when using `::BigDecimal.new`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix wrong autocorrect for `Style/MethodCallWithArgsParentheses` with `EnforcedStyle: omit_parentheses` and whitespace
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
[Fix #13213] Fix false positives for `Style/AccessModifierDeclarations`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Unhandled Edge Case: Style/AccessModifierDeclarations
CoderMiguel opened this issue 5 months ago
CoderMiguel opened this issue 5 months ago
Ship a config for `InternalAffairs`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix wrong autocorrect for `Style/GuardClause` when using heredoc without `else` branch
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix omit_parentheses style for pattern match with value omission in single-line branch
gsamokovarov opened this pull request 5 months ago
gsamokovarov opened this pull request 5 months ago
Call super in `relevant_file?` for InternalAffairs cops
KNejad opened this pull request 5 months ago
KNejad opened this pull request 5 months ago
Fix an incorrect autocorrect for `Style/IfWithSemicolon`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Update automated code review page, add Codety Scanner into the tool list
random1223 opened this pull request 5 months ago
random1223 opened this pull request 5 months ago
Remove `yard` workarounds
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
An ability to automatically put inline rubocop:disable in the code
zverok opened this issue 5 months ago
zverok opened this issue 5 months ago
[Layout/SpaceInsideParens] Parser::Source::Range: end_pos must not be less than begin_pos with Prism 1.0.0/1.1.0
tnir opened this issue 5 months ago
tnir opened this issue 5 months ago
[Fix #13202] Fix an incorrect autocorrect for `Style/CombinableLoops`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
`Style/CombinableLoops` autocorrects loops with different element names
Zopolis4 opened this issue 5 months ago
Zopolis4 opened this issue 5 months ago
[Fix #13199] Fix an incorrect autocorrect for `Style/RedundantCondition`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Add new `IgnoreDuplicateElseBranch` option to `Lint/DuplicateBranch`
fatkodima opened this pull request 5 months ago
fatkodima opened this pull request 5 months ago
autocorrecting with Style/RedundantCondition can eat comments
maxnotarangelo opened this issue 5 months ago
maxnotarangelo opened this issue 5 months ago
Fix an error for `Style/OneLineConditional`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Proposal: add `InternalAffairs/NodeMatcherNaming`
vlad-pisanov opened this pull request 5 months ago
vlad-pisanov opened this pull request 5 months ago
Fix false positive in `Style/MultipleComparison` when `ComparisonsThreshold` exceeds 2
fatkodima opened this pull request 5 months ago
fatkodima opened this pull request 5 months ago
Fix false positive in `Style/MultipleComparison`
vlad-pisanov opened this pull request 5 months ago
vlad-pisanov opened this pull request 5 months ago
`Lint/FloatComparison` should detect `case` statements
fatkodima opened this issue 5 months ago
fatkodima opened this issue 5 months ago
Regression on Style/MultipleComparison: false positives
akimd opened this issue 5 months ago
akimd opened this issue 5 months ago
Fix an error for `Style/IfWithSemicolon`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Don't parse YAML twice
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Style/EmptyLiteral false positive.
jcoyne opened this issue 5 months ago
jcoyne opened this issue 5 months ago
Use `rubocop-ast` `SimpleForwardable`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
An error occurred while Style/EmptyElse cop
bobmaerten opened this issue 5 months ago
bobmaerten opened this issue 5 months ago
[Fix #11191] Add new `Lint/NumericOperationWithConstantResult` cop
Zopolis4 opened this pull request 5 months ago
Zopolis4 opened this pull request 5 months ago
Fix false negatives in `Style/MapIntoArray` autocorrection
vlad-pisanov opened this pull request 5 months ago
vlad-pisanov opened this pull request 5 months ago
Fix some false positives in `Lint/UnreachableCode`.
isuckatcs opened this pull request 5 months ago
isuckatcs opened this pull request 5 months ago
Introduce `InternalAffairs/ExpectCorrectionIfAutocorrect`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Documentation Style/RedundantInterpolationUnfreeze is missing content of good part
julienanne opened this issue 5 months ago
julienanne opened this issue 5 months ago
Style/EmptyLiteral erroneously thinks `Hash.new([])` is equal to `{}`
markijbema opened this issue 5 months ago
markijbema opened this issue 5 months ago
An error occurred while RSpec/VariableName cop was inspecting
emersonthis opened this issue 5 months ago
emersonthis opened this issue 5 months ago
Fix an error for `InternalAffairs/NodeMatcherDirective` when no second argument
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix false positive for `Style/EmptyLiteral` with `Hash.new([])`
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix crash in `Style/EmptyElse` when `AllowComments: true` and the else clause is missing
vlad-pisanov opened this pull request 5 months ago
vlad-pisanov opened this pull request 5 months ago
Issue with case..when without an `else` when `AllowComments` is true
chaadow opened this issue 5 months ago
chaadow opened this issue 5 months ago
Replace forwardable with explicit delegation for performance
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Fix false negatives for `Style/MapIntoArray`
vlad-pisanov opened this pull request 5 months ago
vlad-pisanov opened this pull request 5 months ago
Fix false negatives for `Style/EmptyLiteral`
vlad-pisanov opened this pull request 5 months ago
vlad-pisanov opened this pull request 5 months ago
Fix an error for `Layout/EmptyLinesAroundExceptionHandlingKeywords`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Cop to limit the number of safe navigation calls in a chain
fatkodima opened this issue 5 months ago
fatkodima opened this issue 5 months ago
Remove `benchmark` dependency
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Properly cache team checksums
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
False negative for `Layout/IndentationWidth` with preceeding wrongly indented comment
Earlopain opened this issue 5 months ago
Earlopain opened this issue 5 months ago
Use Prism 1.0.0 for development
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Add `MixedOffenseSafety` mixin to support both safe and unsafe offenses in a cop, extend `Style/FileEmpty` cop to take advantage of this.
Zopolis4 opened this pull request 5 months ago
Zopolis4 opened this pull request 5 months ago
Remove dependency on the `rexml` gem
bquorning opened this pull request 5 months ago
bquorning opened this pull request 5 months ago
Fix incorrect autocorrect behavior for `Layout/BlockAlignment`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Fix readme CI badge
Earlopain opened this pull request 5 months ago
Earlopain opened this pull request 5 months ago
Validate the type of top-level config entries through `default.yml`
Earlopain opened this issue 5 months ago
Earlopain opened this issue 5 months ago
Fix an incorrect autocorrect for `Style/IfWithSemicolon`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
Bump paambaati/codeclimate-action from 8 to 9
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
Fix an error for `StyleOneLineConditional`
koic opened this pull request 5 months ago
koic opened this pull request 5 months ago
CodeLength undefined method `to_sym' for false
itay-grudev opened this issue 6 months ago
itay-grudev opened this issue 6 months ago
Resolve ruby-head uri deprecation warning
Earlopain opened this pull request 6 months ago
Earlopain opened this pull request 6 months ago