nvuillam / npm-groovy-lint

Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files using command line
https://nvuillam.github.io/npm-groovy-lint/
MIT License
193 stars 61 forks source link

The console.log statements output in NeoVim formatting #338

Closed davidfmatheson closed 6 months ago

davidfmatheson commented 7 months ago

When I configure npm-groovy-lint to perform formatting in NeoVim, it spits out

Removed temp file...

in the buffer I'm working in. If I remove the console.log statement in groovy-lint.js everything works fine.

stevenh commented 6 months ago

This was fixed by https://github.com/nvuillam/npm-groovy-lint/issues/338