Skip to content

Commit

Permalink
Skip ambiguities (too many false positives) and account for @jlchan b…
Browse files Browse the repository at this point in the history
…eing a 🏴‍☠️
  • Loading branch information
sloede committed Sep 14, 2023
1 parent 3ab92ed commit de134bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ using Trixi
include("test_trixi.jl")

@timed_testset "Aqua.jl" begin
Aqua.test_all(Trixi)
Aqua.test_all(Trixi,
ambiguities = false,
piracy = (treat_as_own = [Trixi.StartUpDG.RefElemData,
Trixi.StartUpDG.MeshData],))
end

end #module

0 comments on commit de134bf

Please sign in to comment.