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

detect string macro usages #21

Closed ericphanson closed 3 months ago

ericphanson commented 3 months ago

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

Note: I expect we are still not correctly identifying function arguments correctly as local variables in macro or string macro definitions, i.e. #8 for macros / string macros. But at least that should be much rarer, so seems less urgent.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 96.49%. Comparing base (75ad75b) to head (0d26763).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ======================================= Coverage 96.49% 96.49% ======================================= Files 5 5 Lines 514 514 ======================================= Hits 496 496 Misses 18 18 ```

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