Skip to content

Commit

Permalink
Fix ignore vf2.jl for formatting on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 21, 2022
1 parent ab7212e commit 00393ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const testdir = dirname(@__FILE__)
end

@testset verbose = true "Code formatting (JuliaFormatter.jl)" begin
@test format(
Graphs; verbose=false, overwrite=false, ignore=[joinpath("Experimental", "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
end

@testset verbose = true "Doctests (Documenter.jl)" begin
Expand Down

0 comments on commit 00393ec

Please sign in to comment.