Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate CRD docs from spec #428

Merged
merged 13 commits into from
Nov 15, 2022
Merged
Prev Previous commit
Next Next commit
fix README, linter rules
  • Loading branch information
wasaga committed Nov 14, 2022
commit 645899b24db213c5258caa0a387f51f1fe2a7d43
11 changes: 1 addition & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ repos:
rev: v4.0.1
hooks:
- id: trailing-whitespace
exclude: "CRD.md"
- id: end-of-file-fixer
exclude: "(CRD.md|docs/.*|integration/tpl/files/.*)"
exclude: "(integration/tpl/files/.*)"
- id: check-yaml
exclude: "deployment.yaml"
- id: check-added-large-files
Expand All @@ -31,11 +30,3 @@ repos:
args: ["deployment"]
types: ["yaml"]
pass_filenames: false
- id: docs
name: generate docs
fail_fast: true
language: system
entry: make
args: ["docs"]
types: ["yaml"]
pass_filenames: false
Loading