lib/rubocop/cop/rbs/style/redundant_parentheses.rb in rubocop-on-rbs-1.2.0 vs lib/rubocop/cop/rbs/style/redundant_parentheses.rb in rubocop-on-rbs-1.3.0

- old
+ new

@@ -154,9 +154,10 @@ check_type(tokens:, type:, base:) end alias on_rbs_global on_rbs_constant alias on_rbs_type_alias on_rbs_constant alias on_rbs_attribute on_rbs_constant + alias on_rbs_var on_rbs_constant end end end end end