class RuboCop::Options
def validate_auto_gen_config_option(args)
def validate_auto_gen_config_option(args) return unless args.any? warn '--auto-gen-config can not be combined with any other arguments.' exit(1) end
def validate_auto_gen_config_option(args) return unless args.any? warn '--auto-gen-config can not be combined with any other arguments.' exit(1) end