We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04eb4cd commit 44a0c7eCopy full SHA for 44a0c7e
src/api/json/catalog.json
@@ -3610,6 +3610,12 @@
3610
],
3611
"url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json"
3612
},
3613
+ {
3614
+ "name": "MegaLinter Custom Flavor",
3615
+ "description": "MegaLinter Custom Flavor definition file",
3616
+ "fileMatch": ["megalinter-custom-flavor.yml"],
3617
+ "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-custom-flavor.jsonschema.json"
3618
+ },
3619
{
3620
"name": "MegaLinter descriptor",
3621
"description": "MegaLinter descriptor files (for MegaLinter contributors)",
0 commit comments