Skip to content

Commit 351b6cd

Browse files
authored
Merge pull request #2405 from ruby/inline-skip-annotation
Add `@rbs skip` annotation
2 parents 674dbdf + 76e1b46 commit 351b6cd

File tree

17 files changed

+1109
-882
lines changed

17 files changed

+1109
-882
lines changed

config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,3 +332,9 @@ nodes:
332332
- name: prefix_location
333333
- name: overloads
334334
- name: vertical_bar_locations
335+
- name: RBS::AST::Ruby::Annotations::SkipAnnotation
336+
fields:
337+
- name: location
338+
- name: prefix_location
339+
- name: skip_location
340+
- name: comment_location

0 commit comments

Comments
 (0)