add(test): add Aqua test

This commit is contained in:
Wataru Otsubo 2024-10-29 18:15:30 +09:00
parent 984083657a
commit 3d4865c18f
2 changed files with 21 additions and 2 deletions

View file

@ -210,3 +210,15 @@ true || include("../src/PSBoardDataBase.jl")
end
end
end
using Aqua
@testset "Aqua.jl" begin
Aqua.test_all(
PSBoardDataBase;
# ambiguities = (exclude = [], broken = true),
stale_deps = (ignore = Symbol[:Documenter],),
# deps_compat = (ignore = Symbol[],),
# piracies = false,
)
end