fix rubocop Style/HashSyntax cop

This commit is contained in:
Pavel Lobashov 2015-03-24 19:10:04 +03:00
parent b9aefaffb5
commit 63b3ee3465
2 changed files with 1 additions and 7 deletions

View File

@ -144,12 +144,6 @@ Style/FormatString:
Style/GuardClause:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
Style/HashSyntax:
EnforcedStyle: hash_rockets
# Offense count: 1
# Cop supports --auto-correct.
Style/InfiniteLoop:

View File

@ -1,7 +1,7 @@
require 'bundler/gem_tasks'
require 'rake/testtask'
task :default => :test
task default: :test
Rake::TestTask.new(:test) do |test|
test.libs << 'lib'