fix rubocop cop Style/SingleSpaceBeforeFirstArg
This commit is contained in:
parent
f7eec2dd76
commit
37ede3cd61
|
@ -136,11 +136,6 @@ Style/Semicolon:
|
|||
Style/SignalException:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 1
|
||||
# Cop supports --auto-correct.
|
||||
Style/SingleSpaceBeforeFirstArg:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 9
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: MultiSpaceAllowedForOperators.
|
||||
|
|
|
@ -13,7 +13,7 @@ class ExampleRecursiveTest < MiniTest::Test
|
|||
|
||||
def teardown
|
||||
FileUtils.rm_rf TEMP_DIRECTORY
|
||||
FileUtils.rm_f OUTPUT_DIRECTORY
|
||||
FileUtils.rm_f OUTPUT_DIRECTORY
|
||||
end
|
||||
|
||||
def test_write
|
||||
|
|
Loading…
Reference in New Issue