Skip to content

Commit 84260df

Browse files
committed
Reenable most Aqua tests
1 parent 8e23672 commit 84260df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_aqua.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ using Aqua: Aqua
33
using Test: @testset
44

55
@testset "Code quality (Aqua.jl)" begin
6-
# TODO: Fix Aqua issues and add this back.
7-
# Aqua.test_all(BlockSparseArrays)
6+
# TODO: Reenable ambiguity and piracy checks.
7+
Aqua.test_all(BlockSparseArrays; ambiguities=false, piracies=false)
88
end

0 commit comments

Comments
 (0)