Skip to content

Commit

Permalink
Add checks for improper qualified accesses
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed May 25, 2024
1 parent be8b599 commit 3f37005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/misc/qa_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ end
skip = (NonlinearSolve, Base, Core, SimpleNonlinearSolve, SciMLBase)) === nothing

@test check_no_stale_explicit_imports(NonlinearSolve) === nothing

@test check_all_qualified_accesses_via_owners(NonlinearSolve) === nothing
end

0 comments on commit 3f37005

Please sign in to comment.