Skip to content

Files

Latest commit

 

History

History
56 lines (50 loc) · 3.58 KB

cops.md

File metadata and controls

56 lines (50 loc) · 3.58 KB

Available cops

In the following section you find all available cops:

Department Sorbet

In addition to the cops defined in this gem, it also modifies the behaviour of some other cops defined in other RuboCop gems:

  • Style/MutableConstant: In addition to the default behaviour, RuboCop Sorbet makes this cop T.let aware, so that CONST = T.let([1, 2, 3], T::Array[Integer]) is also treated as a mutable literal constant value.