diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..8c5f8d6 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,13 @@ +inherit_from: + - https://raw.githubusercontent.com/meew0/discordrb/master/.rubocop.yml + +Metrics/LineLength: + Max: 119 + +Style/GlobalVars: + AllowedVariables: + - $config + - $pasta + - $figlet + - $user_type + - $bot