Skip to content

Commit a0b7026

Browse files
committed
add Aqua and adjust compats
1 parent df38b65 commit a0b7026

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Project.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@ uuid = "150eb455-5306-5404-9cee-2592286d6298"
33
version = "0.6.3"
44

55
[deps]
6+
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
67
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
78
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
89

910
[compat]
11+
Aqua = "0.8"
12+
Documenter = "1"
13+
ForwardDiff = "0.10"
14+
LinearAlgebra = "1"
1015
StaticArrays = "0.11, 0.12, 1.0"
16+
Test = "1"
17+
Unitful = "1"
1118
julia = "1"
1219

1320
[extras]
21+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
1422
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1523
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1624
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1725
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1826

1927
[targets]
20-
test = ["Test", "ForwardDiff", "Unitful", "Documenter"]
28+
test = ["Test", "ForwardDiff", "Unitful", "Documenter", "Aqua"]

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using ForwardDiff: Dual, partials
55
using StaticArrays
66
using Unitful
77
using Documenter: doctest
8-
8+
using Aqua
99

1010
@testset "CoordinateTransformations" begin
1111

@@ -14,5 +14,5 @@ using Documenter: doctest
1414
include("coordinatesystems.jl")
1515
include("affine.jl")
1616
include("perspective.jl")
17-
17+
Aqua.test_all(CoordinateTransformations)
1818
end

0 commit comments

Comments
 (0)