Skip to content

Commit 5409f05

Browse files
Add GroovyLint configuration to catalog.json (SchemaStore#5197)
* Add GroovyLint configuration to catalog.json Related linter: https://github.com/nvuillam/npm-groovy-lint * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e636ac4 commit 5409f05

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/api/json/catalog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,6 +3037,19 @@
30373037
],
30383038
"url": "https://www.graphql-code-generator.com/config.schema.json"
30393039
},
3040+
{
3041+
"name": "GroovyLint configuration",
3042+
"description": "Rules to apply with npm-groovy-lint tool",
3043+
"fileMatch": [
3044+
".groovylintrc.json",
3045+
".groovylintrc.js",
3046+
".groovylintrc.cjs",
3047+
".groovylintrc.yml",
3048+
".groovylintrc.yaml",
3049+
".groovylintrc"
3050+
],
3051+
"url": "https://raw.githubusercontent.com/nvuillam/npm-groovy-lint/refs/heads/main/docs/groovy-lint.jsonschema.json"
3052+
},
30403053
{
30413054
"name": "Grunt copy task",
30423055
"description": "Grunt copy task configuration file",

0 commit comments

Comments
 (0)