From 062465db47c2ff1cb0df87d1cf70742afd65564f Mon Sep 17 00:00:00 2001 From: Derek Tamsen Date: Tue, 2 Feb 2016 13:07:34 -0800 Subject: [PATCH] change encoding case back and disable frozenstringliteralcomments in rubocop --- .rubocop.yml | 3 +++ lib/lowered/expectations.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0f943f7..9712cc1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -209,6 +209,9 @@ Style/EmptyLines: Style/EmptyLinesAroundAccessModifier: Enabled: false +Style/FrozenStringLiteralComment: + Enabled: false + Style/GuardClause: Enabled: false diff --git a/lib/lowered/expectations.rb b/lib/lowered/expectations.rb index d93a8a7..cf7c16f 100644 --- a/lib/lowered/expectations.rb +++ b/lib/lowered/expectations.rb @@ -1,4 +1,4 @@ -# encoding: utf-8 +# Encoding: utf-8 require 'rubygems/dependency' require 'open3' require 'shellwords'