From ef24d262c8f2368834a9e9ea7c5191013c6fb9c4 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Tue, 17 Apr 2018 14:13:35 -0400 Subject: [PATCH] Enable Performance rubocop cops --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 91492ab..4fc4787 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -10,3 +10,6 @@ Gemspec: Layout: Enabled: true + +Performance: + Enabled: true