Skip to content

Commit

Permalink
fix rubocop Style/HashSyntax cop
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN committed Mar 24, 2015
1 parent b9aefaf commit 63b3ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop_rubyzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 63b3ee3

Please sign in to comment.