You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to run only this check and not validate other JSON Schemas, you can define JSON_V8R_FILTER_REGEX_INCLUDE: (helmfile) in your .mega-linter.yml
Please let me know if I can provide you support for more industrialisation, maybe some remote .mega-linter.yml configuration, or .mega-linter.yml extension capabilities ? (maybe plugins containing just configuration ?)
Have a nice day :)
The text was updated successfully, but these errors were encountered:
Hi, I saw that you are trying to do a Mega-Linter plugin to validate helm file with JSON schema stored on schemastore.com :)
I'm glad to tell you that.... you don't need a plugin, as v8r is included in base Mega-Linter :)
If you have a helmfile in a repo, identified by schemastore ->
, Mega-Linter will detect it and validate it with schemastore JSON schema definition :)
https://nvuillam.github.io/mega-linter/descriptors/json_v8r/
If you want to run only this check and not validate other JSON Schemas, you can define
JSON_V8R_FILTER_REGEX_INCLUDE: (helmfile)
in your .mega-linter.ymlPlease let me know if I can provide you support for more industrialisation, maybe some remote .mega-linter.yml configuration, or .mega-linter.yml extension capabilities ? (maybe plugins containing just configuration ?)
Have a nice day :)
The text was updated successfully, but these errors were encountered: