Skip to content

Commit

Permalink
doc: add pre-commit config args
Browse files Browse the repository at this point in the history
  • Loading branch information
Grraahaam committed Mar 13, 2024
1 parent e043234 commit d7b1f28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ repos:
rev: 0.10.0
hooks:
- id: helm-schema
# for all available options: helm-schema -h
args:
# directory to search recursively within for charts
- "--chart-search-root=."

# don't analyze dependencies
- "--no-dependencies"

# list of fields to skip from being created by default
# e.g. generate a relatively permissive schema
# - "--skip-auto-generation=required,additionalProperties"

0 comments on commit d7b1f28

Please sign in to comment.