Skip to content

Commit

Permalink
Use flags to control Aqua.test_all
Browse files Browse the repository at this point in the history
Use flag-based configuration added in Aqua 0.4.7.
  • Loading branch information
tkf committed Sep 7, 2020
1 parent 12e55e2 commit f36826b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ using Test
Aqua.test_all(
BangBang;
ambiguities=(exclude=[Base.get, Setfield.set, Setfield.modify],),
project_extras = true,
stale_deps = true,
deps_compat = true,
project_toml_formatting = true,
)

@testset "Stale dependencies" begin
Aqua.test_stale_deps(BangBang)
end

end # module

0 comments on commit f36826b

Please sign in to comment.