Skip to content

Commit

Permalink
feat: Add yamllint integration to schema.v2.json (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasit authored Jun 17, 2024
1 parent 9fcf1a0 commit cb3d61a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,19 @@
"default": {},
"description": "golangci-lint is a fast linters runner for Go."
},
"yamllint": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Yamllint | yamllint is a fast linters runner for yaml. | Enable yamllint integration."
}
},
"additionalProperties": false,
"default": {},
"description": "Yamllint is a fast linters runner for yaml."
},
"gitleaks": {
"type": "object",
"properties": {
Expand Down

0 comments on commit cb3d61a

Please sign in to comment.