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
I tried to configure the .aglintrc.json file, and noticed there is no json schema for it (which adds autocomplete in common editors like VSCode/InteliJ.
I tried to configure the .aglintrc.json file, and noticed there is no json schema for it (which adds autocomplete in common editors like VSCode/InteliJ.
We can see an example from the Datree project (which I used to be a maintainer of):
https://github.com/datreeio/datree/blob/0c3b63e6ce9688cdb5ad3bf06768875664cf15be/pkg/validatePoliciesYaml/policiesSchema.json
the schema can be pushed into schema store for auto completion.
I just wanna validate 2 things before I code it and open a PR:
The text was updated successfully, but these errors were encountered: