summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-01-23 15:56:01 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-01-23 15:56:01 -0300
commita64b52365b7ebb1f8a16999d518b688182c22292 (patch)
tree3a84d54d061f441a1f0dcf5dc14c8d6e84b2d530 /.rubocop.yml
parent104be004c62deeb34872f490df253bbba18ed3f4 (diff)
downloadhighline-a64b52365b7ebb1f8a16999d518b688182c22292.tar.gz
Apply Rubocop suggestions
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 29b5448..c2da202 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,7 +4,7 @@
# https://github.com/bbatsov/rubocop/tree/master/config
AllCops:
- TargetRubyVersion: 1.9
+ TargetRubyVersion: 2.1
# General
@@ -50,7 +50,6 @@ Naming/MethodName:
# SupportedStyles: when_needed, always, never
Style/Encoding:
Enabled: true
- EnforcedStyle: always
# If we fix this, it will change method signature.
# Save it for major release.