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

By default, ignore "improper" imports/accesses from within the same package #61

Closed ericphanson closed 2 weeks ago

ericphanson commented 2 weeks ago

I expect this would be more annoying than not in most cases