fix rubocop Style/TrailingBlankLines cop
This commit is contained in:
parent
7dcba79bb5
commit
c45a639c54
|
@ -479,12 +479,6 @@ Style/SymbolProc:
|
|||
Style/Tab:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 8
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||
Style/TrailingBlankLines:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 2
|
||||
# Cop supports --auto-correct.
|
||||
# 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.verbose = true
|
||||
#end
|
||||
|
||||
|
|
|
@ -122,5 +122,3 @@ class TestZipFile
|
|||
TEST_ZIP4 = TestZipFile.new("test/data/generated/zipWithDir.zip", ["test/data/file1.txt",
|
||||
TestFiles::EMPTY_TEST_DIR])
|
||||
end
|
||||
|
||||
|
||||
|
|
|
@ -12,4 +12,3 @@ class PassThruDecompressorTest < MiniTest::Test
|
|||
@file.close
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -50,4 +50,3 @@ if ENV['FULL_ZIP64_TEST']
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue