File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
24
24
YAML = " ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
25
25
26
26
[compat ]
27
+ Aqua = " 0.6"
27
28
CodecZlib = " 0.6, 0.7"
28
29
DashBase = " 0.1"
29
30
DashCoreComponents = " 2.0.0"
@@ -40,7 +41,8 @@ YAML = "0.4.7"
40
41
julia = " 1.6"
41
42
42
43
[extras ]
44
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
43
45
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
44
46
45
47
[targets ]
46
- test = [" Test" ]
48
+ test = [" Aqua " , " Test" ]
Original file line number Diff line number Diff line change
1
+ using Aqua
2
+
3
+ # ideally we get both these tests to work, but:
4
+ # stale_deps is ignored to help transition from DashCoreComponents
5
+ # amiguities is ignored because they originate outside the package
6
+ Aqua. test_all (Dash; ambiguities= false , stale_deps= false )
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ include("callbacks.jl")
12
12
include (" components_utils.jl" )
13
13
include (" table_format.jl" )
14
14
include (" reload_hash.jl" )
15
+ include (" aqua.jl" )
15
16
# include("dev.jl")
You can’t perform that action at this time.
0 commit comments