Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Nov 9, 2023
1 parent 6225169 commit 4ddfa02
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
@testitem "Aqua.jl" begin
using Aqua
Aqua.test_all(
YourPackage;
Copulas;
ambiguities=false,
unbound_args=true,
undefined_exports=true,
project_extras=true,
stale_deps=(ignore=[:SomePackage],),
deps_compat=(ignore=[:SomeOtherPackage],),
project_toml_formatting=true,
piracy=false,
)
end

0 comments on commit 4ddfa02

Please sign in to comment.