Skip to content

Commit

Permalink
Update yamllint description in schema.v2.json (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasit authored Jun 17, 2024
1 parent 75dc93b commit 2acbf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,12 +484,12 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Yamllint | yamllint is a fast linters runner for yaml. | Enable yamllint integration."
"description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration."
}
},
"additionalProperties": false,
"default": {},
"description": "Yamllint is a fast linters runner for yaml."
"description": "yamllint is a linter for YAML files."
},
"gitleaks": {
"type": "object",
Expand Down

0 comments on commit 2acbf36

Please sign in to comment.