Skip to content

Commit

Permalink
Add Aqua.jl kwargs options
Browse files Browse the repository at this point in the history
  • Loading branch information
pmc4 committed Sep 8, 2023
1 parent 63e5c95 commit 43e73b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Aqua

@testset "VectorPlotDigitizer.jl" begin
@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(VectorPlotDigitizer)
Aqua.test_all(VectorPlotDigitizer; ambiguities = false, unbound_args = false)
end
# Write your tests here.
end

0 comments on commit 43e73b5

Please sign in to comment.