issues
search
rubocop
/
rubocop-ast
RuboCop's AST extensions and NodePattern functionality
https://docs.rubocop.org/rubocop-ast
MIT License
112
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Handle anonymous splats in `MlhsNode`
#340
Earlopain
closed
4 days ago
1
Don't show a deprecation warning for `EnsureNode#branch` just yet
#339
Earlopain
closed
2 weeks ago
5
Fix typo in node_pattern_compiler.adoc
#338
dvandersluis
closed
2 weeks ago
0
Deprecate `EnsureNode#body` in favour of `EnsureNode#branch`
#337
dvandersluis
closed
2 weeks ago
6
[#Fix 334] Make `body` consistent for `RescueNode`, `EnsureNode` and `KeywordBeginNode`
#336
dvandersluis
opened
2 weeks ago
2
Unification does not work inside any-order node
#335
dvandersluis
opened
3 weeks ago
2
Inconsistency between `RescueNode` and `EnsureNode`
#334
dvandersluis
opened
3 weeks ago
7
Add `BeginKeywordNode` for `kwbegin` nodes
#333
dvandersluis
closed
2 weeks ago
8
[Fix #331] Fix crash in `OpAsgnNode#name` when the lhs is a `send` or `csend` node
#332
dvandersluis
closed
3 weeks ago
2
OpAsgnNode doesn't work with explict receiver on the assignment node
#331
bquorning
closed
3 weeks ago
0
Extend `Node#const_name` to `casgn` nodes
#330
dvandersluis
closed
3 weeks ago
1
Add `Node#type?` to reduce complexity of checking against multiple node types
#329
dvandersluis
closed
3 weeks ago
2
Add `Node#string_type?` helper
#328
dvandersluis
opened
3 weeks ago
8
Fix docs for `masgn`
#327
dvandersluis
closed
3 weeks ago
1
Introduce `lhs` and `rhs` aliases to assignment nodes for consistency.
#326
dvandersluis
closed
3 weeks ago
2
Allow `non_bare_access_modifier_declaration?` to handle modifiers with multiple arguments
#325
dvandersluis
closed
4 weeks ago
5
Enhance rake debug tasks
#324
Earlopain
closed
1 month ago
1
Using captures in `?` with OR branches has an effect on captures outside the optional matching
#323
Earlopain
opened
1 month ago
1
`?` repetition causes matched nodes to be returned as an array
#322
Earlopain
opened
1 month ago
1
Fix RuboCop offense
#321
Earlopain
closed
1 month ago
0
Document named captures
#320
Earlopain
closed
1 month ago
6
Some predicates return `nil`
#319
marcandre
opened
1 month ago
4
Use Prism 1.1+
#318
koic
closed
1 month ago
1
Remove useless "&". Thanks @dvandersluis
#317
marcandre
closed
1 month ago
5
Bump `simplecov`
#316
Earlopain
closed
2 months ago
0
Fix `RuboCop::AST::DefNode#void_context?` to handle class methods cal…
#315
marcandre
closed
2 months ago
0
Suppress a Ruby 3.4's obsoleted warning in test
#314
koic
closed
2 months ago
1
Optimize forwarded calls
#313
marcandre
closed
3 months ago
3
Replace forwardable with explicit delegation for performance
#312
Earlopain
closed
3 months ago
0
Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0
#311
dependabot[bot]
closed
3 months ago
0
Fix `RuboCop::AST::DefNode#void_context?` to handle class methods called `initialize`
#310
vlad-pisanov
closed
2 months ago
4
Mark `RuboCop::AST::EnsureNode` as being in a void context.
#309
Earlopain
closed
3 months ago
3
Fix readme CI badge
#308
Earlopain
closed
3 months ago
1
Remove `Range#minmax` refinement
#307
Earlopain
closed
4 months ago
1
Link the node pattern debugger in docs
#306
Earlopain
closed
4 months ago
0
Return parser error on parsing invalid encoding regexp
#305
r7kamura
closed
4 months ago
4
Add `RuboCop::AST::RationalNode`
#304
koic
closed
3 months ago
4
Remove non-existent nodes from document
#303
yui-knk
closed
4 months ago
1
[Docs] Update the doc of Node Types
#302
koic
closed
4 months ago
1
Lift the deprecation from `ArrayNode#each_value`
#301
koic
closed
5 months ago
1
Test build
#300
marcandre
closed
3 months ago
0
Move `rubocop:disable` comments out of documentation
#299
sambostock
closed
5 months ago
1
Define `recursive_*literal?` methods using macro
#298
sambostock
closed
5 months ago
1
Define `Node#*_type?` methods using macro
#297
sambostock
opened
5 months ago
3
Fix a build error
#296
koic
closed
5 months ago
0
Move test `Node#used?` predicate method definition
#295
sambostock
closed
3 months ago
2
Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0
#294
dependabot[bot]
closed
5 months ago
1
`BlockNode` with `SendNode` and heredoc argument returns wrong body source
#293
Earlopain
closed
5 months ago
8
Use Prism 0.28+ for development
#292
koic
closed
6 months ago
0
Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0
#291
dependabot[bot]
closed
5 months ago
1
Next