From c564c9018b1a2eade886ef46e3419a51bb58a649 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 03:54:41 +0200 Subject: [PATCH] fix deprecated syntax --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index e2408a8..c3796d2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml AllCops: Exclude: - - 'bin/**' + - 'bin/**/*' Metrics/LineLength: Enabled: false