Skip to content

Commit

Permalink
Add rubocop with overwritten standards
Browse files Browse the repository at this point in the history
  • Loading branch information
ldelelis committed Dec 2, 2017
1 parent 338678b commit ada8ac4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ada8ac4

Please sign in to comment.