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 26, 2024
1 parent ff52c73 commit ce1c74a
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 ce1c74a

Please sign in to comment.