Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-groovy-lint

Package Overview
Dependencies
Maintainers
0
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-groovy-lint - npm Package Compare versions

Comparing version 14.6.1-beta202408252114.0 to 14.6.1-beta202408252305.0

lib/java/CodeNarc-3.5.0.jar

2

lib/index.js
#! /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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc