docs: Output file option with GitLab integration (#21706)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Kieran Ryan 2025-12-01 10:07:25 +00:00 committed by GitHub
parent a6cbc138d2
commit 4686c36079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ You can add the following configuration to `.gitlab-ci.yml` to run a `ruff forma
Ruff Check:
extends: .base_ruff
script:
- ruff check --output-format=gitlab > code-quality-report.json
- ruff check --output-format=gitlab --output-file=code-quality-report.json
artifacts:
reports:
codequality: $CI_PROJECT_DIR/code-quality-report.json