From ada8ac47c34f79d722b8063fc802293547347d2e Mon Sep 17 00:00:00 2001 From: Lucio Delelis Date: Sat, 2 Dec 2017 14:15:37 -0300 Subject: [PATCH] Add rubocop with overwritten standards --- .rubocop.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .rubocop.yml 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