Module: RuboCop::Cop::RBS::Style

Defined in:
lib/rubocop/cop/rbs/style/true_false.rb,
lib/rubocop/cop/rbs/style/classic_type.rb,
lib/rubocop/cop/rbs/style/optional_nil.rb,
lib/rubocop/cop/rbs/style/empty_argument.rb,
lib/rubocop/cop/rbs/style/duplicated_type.rb,
lib/rubocop/cop/rbs/style/block_return_boolish.rb,
lib/rubocop/cop/rbs/style/class_with_singleton.rb,
lib/rubocop/cop/rbs/style/redundant_parentheses.rb,
lib/rubocop/cop/rbs/style/initialize_return_type.rb,
lib/rubocop/cop/rbs/style/instance_with_instance.rb

Defined Under Namespace

Classes: BlockReturnBoolish, ClassWithSingleton, ClassicType, DuplicatedType, EmptyArgument, InitializeReturnType, InstanceWithInstance, OptionalNil, RedundantParentheses, TrueFalse