diff options
author | Azul <azul@riseup.net> | 2016-05-25 12:55:09 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-25 12:55:09 +0200 |
commit | 62e27158a4fda768377df17430d154c2aae03f5d (patch) | |
tree | 7f47dd1db6163d898d62c2af47800c31c28eda83 /.rubocop.yml | |
parent | b883fa9e91ffd7c526a17f37df54ef63c5c6a4b8 (diff) |
rubocop: fix deprecated class methods
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 4dd43ac..503bc17 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,3 +6,5 @@ Style/GuardClause: Style/HashSyntax: EnforcedStyle: ruby19_no_mixed_keys +Lint/DeprecatedClassMethods: + Enabled: true |