Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cots committed Sep 5, 2024
1 parent 85eff4f commit 8b7b8ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
function test_aqua()
@testset "Aqua.jl" begin
Aqua.test_all(
CTApp;
ambiguities = false,
#stale_deps=(ignore=[:SomePackage],),
deps_compat = (ignore = [:LinearAlgebra, :Unicode],),
piracies = true,
)
# do not warn about ambiguities in dependencies
Aqua.test_ambiguities(CTApp)
end
end

0 comments on commit 8b7b8ce

Please sign in to comment.