Skip to content

Commit

Permalink
Add check for no_self_qualified_accessess
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jul 25, 2024
1 parent 1c8e7f5 commit a2746b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ end
@test isnothing(
ExplicitImports.check_all_qualified_accesses_via_owners(ClimaAnalysis),
)
@test isnothing(
ExplicitImports.check_no_self_qualified_accesses(ClimaAnalysis),
)
end

0 comments on commit a2746b0

Please sign in to comment.