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

fix: Change logback default config file to avoid logback.log at the root #352

Closed nvuillam closed 5 months ago

nvuillam commented 6 months ago

Related to https://github.com/nvuillam/vscode-groovy-lint/issues/200

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ DOCKERFILE hadolint 1 0 0.07s
✅ GROOVY npm-groovy-lint 10 2 0 20.69s
✅ JAVASCRIPT eslint 100 0 0 4.42s
✅ JAVASCRIPT prettier 100 100 0 5.07s
✅ JSON eslint-plugin-jsonc 9 0 0 1.82s
✅ JSON jsonlint 9 0 0.5s
✅ JSON npm-package-json-lint yes no 0.64s
✅ JSON prettier 9 2 0 1.52s
✅ JSON v8r 9 0 8.0s
✅ MARKDOWN markdownlint 7 2 0 4.35s
✅ MARKDOWN markdown-link-check 7 0 1.56s
✅ MARKDOWN markdown-table-formatter 7 2 0 0.97s
✅ REPOSITORY checkov yes no 13.56s
✅ REPOSITORY gitleaks yes no 7.39s
✅ REPOSITORY git_diff yes no 0.41s
✅ REPOSITORY grype yes no 13.95s
✅ REPOSITORY secretlint yes no 2.79s
✅ REPOSITORY trivy yes no 5.51s
✅ REPOSITORY trivy-sbom yes no 4.81s
✅ REPOSITORY trufflehog yes no 10.64s
✅ SPELL cspell 132 0 9.37s
✅ SPELL lychee 19 0 15.71s
✅ XML xmllint 1 0 0 0.09s
✅ YAML prettier 3 0 0 0.68s
✅ YAML v8r 3 0 8.99s
✅ YAML yamllint 3 0 0.26s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_

nvuillam commented 6 months ago

@stevenh I build CodeNarcServer using npm run dev:pre-commit on Windows, but the update check fails anyway, do you have a hint about how to to pass it ?

stevenh commented 5 months ago

My guess would be you have an old version of node which means your zip implementation is creating differently compress output as detailed here: https://github.com/nvuillam/npm-groovy-lint/blob/main/CONTRIBUTING.md#troubleshooting.

For the log file issue I already posted https://github.com/nvuillam/npm-groovy-lint/pull/353

stevenh commented 5 months ago

The current version of 18 on github actions is v18.19.0