ericphanson / ExplicitImports.jl

Developer tooling for Julia namespace management: detecting implicit imports, improper explicit imports, and improper qualified accesses
https://ericphanson.github.io/ExplicitImports.jl/
MIT License
62 stars 2 forks source link

add `check_no_self_qualified_accesses` #64

Closed ericphanson closed 2 weeks ago

ericphanson commented 2 weeks ago

closes https://github.com/ericphanson/ExplicitImports.jl/issues/55

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.94%. Comparing base (911b915) to head (e7e08f5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ========================================== + Coverage 96.84% 96.94% +0.09% ========================================== Files 9 9 Lines 1015 1048 +33 ========================================== + Hits 983 1016 +33 Misses 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.