File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " RootedTrees"
2
2
uuid = " 47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
3
3
authors = [" Hendrik Ranocha <mail@ranocha.de> and contributors" ]
4
- version = " 2.10.4 "
4
+ version = " 2.11.0 "
5
5
6
6
[deps ]
7
7
Latexify = " 23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Original file line number Diff line number Diff line change 1
1
[deps ]
2
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
2
3
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3
4
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
4
5
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
5
6
UnicodePlots = " b8865327-cd53-5732-bb35-84acbb429228"
6
7
7
8
[compat ]
9
+ Aqua = " 0.5"
8
10
Plots = " 1"
9
11
StaticArrays = " 1.3"
10
12
UnicodePlots = " 2"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ using RootedTrees.Latexify: latexify
7
7
using Plots: Plots, plot
8
8
Plots. unicodeplots ()
9
9
10
+ using Aqua: Aqua
11
+
10
12
@testset " RootedTrees" begin
11
13
12
14
@testset " RootedTree" begin
@@ -1299,4 +1301,11 @@ end # @testset "Order conditions"
1299
1301
end # @testset "plots"
1300
1302
1301
1303
1304
+ @testset " Aqua" begin
1305
+ Aqua. test_all (RootedTrees;
1306
+ ambiguities= (; exclude= [getindex]) # https://github.com/stevengj/LaTeXStrings.jl/issues/61
1307
+ )
1308
+ end # @testset "Aqua"
1309
+
1310
+
1302
1311
end # @testset "RootedTrees"
You can’t perform that action at this time.
0 commit comments