style: enable Style/Encoding rubocop

This commit is contained in:
Gonzalo Rodriguez 2019-03-01 21:27:08 -03:00
parent 2240e8f2c6
commit 7daeac3401
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1
2 changed files with 3 additions and 1 deletions

View file

@ -41,6 +41,9 @@ Style/BlockDelimiters:
Style/BracesAroundHashParameters:
Enabled: true
Style/Encoding:
Enabled: true
Style/EmptyMethod:
Enabled: true

View file

@ -1,4 +1,3 @@
# -*- encoding: utf-8 -*-
# frozen_string_literal: true
lib = File.expand_path('../lib/', __FILE__)