You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update-flux: ## Fetch CRDs and generate models (full update)
12
-
@./scripts/update-flux.sh
11
+
# CI targets (in order they run in CI)
12
+
fmt-check: ## Check formatting without modifying files
13
+
cargo fmt -- --check
13
14
14
-
fetch-crds: ## Download Flux CRDs from GitHub releases
15
-
@./scripts/fetch-crds.sh
15
+
clippy: ## Run clippy linter (with CI flags)
16
+
cargo clippy --lib --tests -- -D warnings -A clippy::too_many_arguments -A clippy::items-after-test-module -A clippy::type-complexity -A clippy::should-implement-trait -A renamed_and_removed_lints -A clippy::collapsible-if -A clippy::len-zero -A clippy::assertions-on-constants -A dead-code
16
17
17
-
generate-models: ## Generate Rust models from CRDs using kopium
0 commit comments