fix rubocop Style/TrailingBlankLines cop

This commit is contained in:
Pavel.Lobashov 2015-03-20 22:45:50 +03:00
parent 7dcba79bb5
commit c45a639c54
9 changed files with 4 additions and 15 deletions

View File

@ -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.

View File

@ -16,4 +16,3 @@ end
# test.pattern = File.join(File.dirname(__FILE__), 'test/zip64_full_test.rb')
# test.verbose = true
#end

View File

@ -122,5 +122,3 @@ class TestZipFile
TEST_ZIP4 = TestZipFile.new("test/data/generated/zipWithDir.zip", ["test/data/file1.txt",
TestFiles::EMPTY_TEST_DIR])
end

View File

@ -12,4 +12,3 @@ class PassThruDecompressorTest < MiniTest::Test
@file.close
end
end

View File

@ -50,4 +50,3 @@ if ENV['FULL_ZIP64_TEST']
end
end