fix rubocop Style/TrailingBlankLines cop
This commit is contained in:
parent
7dcba79bb5
commit
c45a639c54
|
@ -479,12 +479,6 @@ Style/SymbolProc:
|
||||||
Style/Tab:
|
Style/Tab:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# Offense count: 8
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
||||||
Style/TrailingBlankLines:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
# Offense count: 2
|
# Offense count: 2
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
|
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
|
||||||
|
|
1
Rakefile
1
Rakefile
|
@ -16,4 +16,3 @@ end
|
||||||
# test.pattern = File.join(File.dirname(__FILE__), 'test/zip64_full_test.rb')
|
# test.pattern = File.join(File.dirname(__FILE__), 'test/zip64_full_test.rb')
|
||||||
# test.verbose = true
|
# test.verbose = true
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
|
@ -89,4 +89,4 @@ module Zip
|
||||||
((time.to_f + SEC_TO_UNIX_EPOCH) * WINDOWS_TICK).to_i
|
((time.to_f + SEC_TO_UNIX_EPOCH) * WINDOWS_TICK).to_i
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -42,4 +42,4 @@ module Zip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -44,4 +44,4 @@ module Zip
|
||||||
s
|
s
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -35,4 +35,4 @@ module Zip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -122,5 +122,3 @@ class TestZipFile
|
||||||
TEST_ZIP4 = TestZipFile.new("test/data/generated/zipWithDir.zip", ["test/data/file1.txt",
|
TEST_ZIP4 = TestZipFile.new("test/data/generated/zipWithDir.zip", ["test/data/file1.txt",
|
||||||
TestFiles::EMPTY_TEST_DIR])
|
TestFiles::EMPTY_TEST_DIR])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,3 @@ class PassThruDecompressorTest < MiniTest::Test
|
||||||
@file.close
|
@file.close
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -50,4 +50,3 @@ if ENV['FULL_ZIP64_TEST']
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue