From 43e73b58132612ba97b864f463c0c3a1ebe1d42d Mon Sep 17 00:00:00 2001 From: pmc4 <117096890+pmc4@users.noreply.github.com> Date: Fri, 8 Sep 2023 17:03:56 +0200 Subject: [PATCH] Add Aqua.jl kwargs options --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ecaa604..d0a97d5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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