From 4ca0a48df60f8b79fe90e98211012958867f1d97 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 8 Jan 2018 19:11:04 +0100 Subject: [PATCH] Reduce rubocop's Metrics/LineLength max to 100 chars by common agreement --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index ae486cc1c..0c56b53fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,7 +20,7 @@ Rails: Enabled: true Metrics/LineLength: - Max: 140 + Max: 100 Layout/IndentationConsistency: EnforcedStyle: rails