Skip to content

Commit

Permalink
[WIP] Add missing sig builders
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Oct 15, 2023
1 parent e570049 commit dbbdb2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rubocop/cop/sorbet/signatures/signature_build_order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ class SignatureBuildOrder < SignatureCop
:abstract,
:override,
:overridable,
:final,
:type_parameters,
:params,
:bind,
:returns,
:void,
:soft,
:checked,
:on_failure,

# :implementation, # Where does this go??
].each_with_index.to_h.freeze

# @!method root_call(node)
Expand Down

0 comments on commit dbbdb2c

Please sign in to comment.