Module: RuboCop::Cop::RBS::Lint

Defined in:
lib/rubocop/cop/rbs/lint/syntax.rb,
lib/rubocop/cop/rbs/lint/will_syntax_error.rb,
lib/rubocop/cop/rbs/lint/duplicate_overload.rb,
lib/rubocop/cop/rbs/lint/top_level_interface.rb,
lib/rubocop/cop/rbs/lint/literal_intersection.rb,
lib/rubocop/cop/rbs/lint/top_level_type_alias.rb,
lib/rubocop/cop/rbs/lint/useless_access_modifier.rb,
lib/rubocop/cop/rbs/lint/unused_overload_type_params.rb,
lib/rubocop/cop/rbs/lint/ambiguous_operator_precedence.rb,
lib/rubocop/cop/rbs/lint/unused_type_alias_type_params.rb,
lib/rubocop/cop/rbs/lint/ambiguous_keyword_argument_key.rb

Defined Under Namespace

Classes: AmbiguousKeywordArgumentKey, AmbiguousOperatorPrecedence, DuplicateOverload, LiteralIntersection, Syntax, TopLevelInterface, TopLevelTypeAlias, UnusedOverloadTypeParams, UnusedTypeAliasTypeParams, UselessAccessModifier, WillSyntaxError