Skip to content

Commit

Permalink
Bump Aqua and use more defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 16, 2023
1 parent e578d4a commit ac24abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ using Aqua
Aqua.test_all(
AbstractAlgebra;
ambiguities=false, # TODO: fix ambiguities
unbound_args=true,
undefined_exports=true,
project_extras=true,
stale_deps=true,
deps_compat=true,
project_toml_formatting=true,
piracy=false # TODO: fix piracy
piracies=false # TODO: fix piracy
)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"
Aqua = "0.8"
GroupsCore = "0.4.0"
Test = "1.6"

0 comments on commit ac24abf

Please sign in to comment.