We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897e183 commit 9ee3a21Copy full SHA for 9ee3a21
test/runtests.jl
@@ -21,7 +21,7 @@ const testdir = dirname(@__FILE__)
21
end
22
23
@testset verbose = true "Code formatting (JuliaFormatter.jl)" begin
24
- @test format(Graphs; verbose=false, overwrite=false, ignore=["vf2.jl"]) # TODO: remove ignore kwarg once the file is formatted correctly
+ @test format(Graphs; verbose=false, overwrite=false, ignore="vf2.jl") # TODO: remove ignore kwarg once the file is formatted correctly
25
26
27
@testset verbose = true "Doctests (Documenter.jl)" begin
0 commit comments