npm-groovy-lint
Advanced tools
Comparing version 14.6.1-beta202408252114.0 to 14.6.1-beta202408252305.0
#! /usr/bin/env node | ||
import NpmGroovyLint from "./groovy-lint.js"; | ||
import { pathToFileURL } from 'url' | ||
import { pathToFileURL } from "url"; | ||
@@ -6,0 +6,0 @@ // Create linter/formatter/fixer with arguments |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "14.6.1-beta202408252114.0", | ||
"version": "14.6.1-beta202408252305.0", | ||
"description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files", | ||
@@ -5,0 +5,0 @@ "exports": "./index.js", |
@@ -430,2 +430,15 @@ <!-- markdownlint-disable MD013 MD033 MD034 --> | ||
## Troubleshooting | ||
If you have issues with MegaLinter, you can [report it on the repository](https://github.com/nvuillam/npm-groovy-lint/issues) | ||
To help reproducing, you can access advanced logs using DEBUG env variables | ||
Examples: | ||
- `DEBUG=npm-groovy-lint npm-groovy-lint ....` | ||
- `DEBUG=npm-groovy-lint,npm-groovy-lint-trace npm-groovy-lint ....` | ||
If you want to see what happens in CodeNarc Server, you can clone the repo and run locally `npm server:run` before running npm-groovy-lint: you'll see the live logs of the to CodeNarc Server for npm-groovy-lint. | ||
## Contribute | ||
@@ -432,0 +445,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19311030
469