ExplicitImports v1.15.0
New features
- support
ignorekwarg for allcheck_*functions (#165) - add new
test_*API functions for better integrations into Test.jl testsuites (and to help with Aqua integration) (#143)- new functions:
test_explicit_imports,test_no_implicit_imports, test_no_stale_explicit_imports,
test_all_explicit_imports_via_owners,test_all_explicit_imports_are_public,
test_all_qualified_accesses_via_owners,test_all_qualified_accesses_are_public,
test_no_self_qualified_accesses
- new functions:
- add
--testflag to CLI app (#166)
Bug fixes
- fix
ignoreto properly ignore submodules of ignored modules (#165)
Merged pull requests:
- add Test API for better Aqua integration (#143) (@ericphanson)
- expand
ignorefunctionality to consistently allow ignoring submodules (#165) (@ericphanson) - Add
--testflag for app (#166) (@ericphanson)