Nextflow lint with custom groovy

I’m getting errors from nextflow lint like “MyFunction is not defined”, where MyFunction is something defined in custom groovy code in lib. I’m curious if it will be possible to either ignore these at some point, or get them to go away in some other way. Also, i feel like i already asked this exact same question somewhere else at some point, but i can’t find it now, so apologies if i did.

Maybe you’re talking about this issue: Nextflow linter errors on custom Groovy code in lib/ as not being defined · Issue #6634 · nextflow-io/nextflow · GitHub

I have a potential fix, just haven’t merged it yet because I need to make sure it doesn’t break anything

1 Like

thanks!