1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

rubocop: fix offences of the Style/Encoding cop

This commit is contained in:
Kyrylo Silin 2019-03-02 01:50:44 +02:00
parent e4bfc51d54
commit a892d00506
3 changed files with 0 additions and 11 deletions

View file

@ -230,13 +230,6 @@ Style/DoubleNegation:
- 'lib/pry/slop/option.rb'
- 'lib/pry/wrapped_module.rb'
# Offense count: 2
# Cop supports --auto-correct.
Style/Encoding:
Exclude:
- 'lib/pry/pry_instance.rb'
- 'lib/pry/terminal.rb'
# Offense count: 27
Style/EvalWithLocation:
Exclude:

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
##
# Pry is a powerful alternative to the standard IRB shell for Ruby. It
# features syntax highlighting, a flexible plugin architecture, runtime

View file

@ -1,5 +1,3 @@
# coding: utf-8
class Pry
class Terminal
class << self