Skip to content

v1.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jan 10:37
· 2 commits to main since this release
702ce52

ExplicitImports v1.15.0

Diff since v1.14.2

New features

  • support ignore kwarg for all check_* 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
  • add --test flag to CLI app (#166)

Bug fixes

  • fix ignore to properly ignore submodules of ignored modules (#165)

Merged pull requests: