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
205 stars 63 forks source link

Issue #338: Removing problematic console.log. #339

Closed davidfmatheson closed 10 months ago

davidfmatheson commented 10 months ago

Fixes

Issue #338

Proposed Changes

Remove the console.log statement. There is already a debug statement with the same information.

stevenh commented 10 months ago

Thanks for this, that would be me missing a clean up, when working against the bug in vscode and debug.

Looks like you just need to rebase to address the update check.

The Windows test run is flaky ATM as it seem to hang right at the end, so don't worry about that one.

nvuillam commented 10 months ago

You probably also ned to run npm run build :)

nvuillam commented 10 months ago

@davidfmatheson released in https://github.com/nvuillam/npm-groovy-lint/releases/tag/v13.0.2 , many thanks for your contribution :)