From f982288eb44b8fd7a663f51d6d0f64327f899f5f Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 7 May 2015 09:21:05 +0200 Subject: [PATCH] Fixed wrong indentation. --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9bbfbc8ca..4287d55ce 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -156,7 +156,7 @@ Metrics/PerceivedComplexity: human reader. Enabled: false - Style/ClassAndModuleChildren: +Style/ClassAndModuleChildren: Description: 'Checks style of children classes and modules.' Enabled: false