From 494550e413b6f751a0547735b413d0bdfaeeb08d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 Oct 2015 09:45:31 +0100 Subject: [PATCH] Update rubocop.yml --- rubocop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rubocop.yml b/rubocop.yml index cba983a..d7b374c 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -34,11 +34,11 @@ Style/IndentHash: EnforcedStyle: consistent Style/LineLength: - Max: 78 + Max: 80 AllowURI: true Style/IfUnlessModifier: - MaxLineLength: 78 + MaxLineLength: 80 Style/MethodLength: CountComments: false @@ -51,4 +51,4 @@ Style/StringLiterals: Enabled: false Style/WhileUntilModifier: - MaxLineLength: 78 + MaxLineLength: 80