Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions crates/k8s-version/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package k8s-version
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package k8s-version
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package k8s-version
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-certs/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-certs
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-certs
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-certs
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-operator-derive/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-operator-derive
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-operator-derive
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-operator-derive
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-operator/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-operator
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-operator
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-operator
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-shared/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-shared
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-shared
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-shared
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-telemetry/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-telemetry
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-telemetry
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-telemetry
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-versioned-macros/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-versioned-macros
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-versioned-macros
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-versioned-macros
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
3 changes: 3 additions & 0 deletions crates/stackable-versioned/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos:
language: system
env:
K8S_OPENAPI_ENABLED_VERSION: "1.36"
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -21,6 +22,7 @@ repos:
language: system
env:
K8S_OPENAPI_ENABLED_VERSION: "1.36"
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -31,6 +33,7 @@ repos:
language: system
env:
K8S_OPENAPI_ENABLED_VERSION: "1.36"
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-versioned
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down
6 changes: 6 additions & 0 deletions crates/stackable-webhook/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: cargo-doc
name: cargo-doc
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --document-private-items --package stackable-webhook
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -17,6 +19,8 @@ repos:
- id: cargo-doc-no-default-features
name: cargo-doc-no-default-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --no-default-features --document-private-items --package stackable-webhook
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand All @@ -25,6 +29,8 @@ repos:
- id: cargo-doc-all-features
name: cargo-doc-all-features
language: system
env:
RUSTDOCFLAGS: "-D warnings"
entry: cargo doc --no-deps --all-features --document-private-items --package stackable-webhook
stages: [pre-commit, pre-merge-commit]
pass_filenames: false
Expand Down