Files
swagger-cli/.gitlab-ci.yml
teernisse 59389d9272 CI: gate lint stage on clippy --all-targets -D warnings
Previously the lint job ran fmt --check and clippy separately without
the -D warnings flag, allowing clippy warnings to pass silently.
Now clippy runs with --all-targets (catches issues in tests and
benches) and -D warnings (treats all warnings as errors).
2026-02-12 16:57:42 -05:00

4.0 KiB