ExplicitImports.jl icon indicating copy to clipboard operation
ExplicitImports.jl copied to clipboard

`@argcheck` false positive

Open ericphanson opened this issue 10 months ago • 0 comments

in some private code I am seeing a FP around @argcheck:

  Test threw exception
  Expression: check_no_implicit_imports(MyPkg) === nothing
  ImplicitImportsException
  Module `MyPkg` is relying on the following implicit imports:
  * `@argcheck` which is exported by ArgCheck
  

The module indeed has an @argcheck ... invocation.

ericphanson avatar Feb 05 '25 12:02 ericphanson