Rubocop syntax updates #2711

This commit is contained in:
Priit Tark 2015-06-26 17:06:34 +03:00
parent e46c1130db
commit 59c73fca9e
9 changed files with 33 additions and 11 deletions

View file

@ -1,4 +1,5 @@
# rubocop: disable Style/SymbolProc
# rubocop: disable Performance/Detect
namespace :import do
# README
#
@ -713,4 +714,5 @@ namespace :import do
puts "-----> Imported EIS domains in #{(Time.zone.now.to_f - start).round(2)} seconds"
end
end
# rubocop: enable Performance/Detect
# rubocop: enable Style/SymbolProc