We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f486b9 commit b1edfdcCopy full SHA for b1edfdc
1 file changed
test/alltests.jl
@@ -25,7 +25,7 @@ end
25
@test ExplicitImports.check_all_qualified_accesses_via_owners(ExtendableSparse) === nothing
26
@test ExplicitImports.check_all_qualified_accesses_are_public(
27
ExtendableSparse,
28
- ignore = (:AbstractSparseMatrixCSC, :AbstractTringular, :getcolptr, :Forward, :USE_GPL_LIBS, :_checkbuffers, :print_array, :sparse!)
+ ignore = (:AbstractSparseMatrixCSC, :AbstractTriangular, :getcolptr, :Forward, :USE_GPL_LIBS, :_checkbuffers, :print_array, :sparse!)
29
) === nothing
30
@test ExplicitImports.check_no_self_qualified_accesses(ExtendableSparse) === nothing
31
end
0 commit comments