Skip to content

Commit

Permalink
change encoding case back and disable frozenstringliteralcomments in …
Browse files Browse the repository at this point in the history
…rubocop
  • Loading branch information
Derek Tamsen committed Feb 2, 2016
1 parent 65ee83b commit 062465d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ Style/EmptyLines:
Style/EmptyLinesAroundAccessModifier:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false

Style/GuardClause:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion lib/lowered/expectations.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
# Encoding: utf-8
require 'rubygems/dependency'
require 'open3'
require 'shellwords'
Expand Down

0 comments on commit 062465d

Please sign in to comment.