Skip to content

Commit 3f37005

Browse files
committed
Add checks for improper qualified accesses
1 parent be8b599 commit 3f37005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/misc/qa_tests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ end
2626
skip = (NonlinearSolve, Base, Core, SimpleNonlinearSolve, SciMLBase)) === nothing
2727

2828
@test check_no_stale_explicit_imports(NonlinearSolve) === nothing
29+
30+
@test check_all_qualified_accesses_via_owners(NonlinearSolve) === nothing
2931
end

0 commit comments

Comments
 (0)