Skip to content

Commit

Permalink
Merge pull request #56 from JuliaReach/schillic/aqua
Browse files Browse the repository at this point in the history
Run Aqua in tests and fix problems
schillic authored Feb 27, 2024
2 parents 284348a + e3290ca commit ae61ccd
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -12,5 +12,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
ExprTools = "0.1"
InteractiveUtils = "<0.0.1, 1.2"
LinearAlgebra = "<0.0.1, 1.2"
Random = "<0.0.1, 1.2"
Requires = "0.5, 1"
SparseArrays = "<0.0.1, 1.2"
julia = "1.2"
6 changes: 6 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using ReachabilityBase, Test
import Aqua

@testset "Aqua tests" begin
Aqua.test_all(ReachabilityBase)
end
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
Documenter = "0.27, 1"
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -42,3 +42,5 @@ if VERSION > v"1.6"
doctest(ReachabilityBase)
end
end

include("Aqua.jl")

0 comments on commit ae61ccd

Please sign in to comment.