Skip to content

Commit

Permalink
Add Aqua test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Feb 24, 2024
1 parent 3916b32 commit 1ea6ad4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"

[compat]
AbstractTrees = "0.4.5"
Aqua = "0.8.4"
DataFrames = "1.6"
JuliaSyntax = "0.4.8"
Test = "<0.0.1, 1"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Aqua", "Test"]
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ using ExplicitImports: analyze_all_names, has_ancestor, should_skip, restrict_to
module_path, explicit_imports_single, using_statement
using Test
using DataFrames
using Aqua

@testset "Aqua" begin
Aqua.test_all(ExplicitImports; ambiguities=false)
end

include("Exporter.jl")
include("TestModA.jl")
Expand Down

0 comments on commit 1ea6ad4

Please sign in to comment.