Skip to content

Commit 4686c36

Browse files
docs: Output file option with GitLab integration (#21706)
Co-authored-by: Micha Reiser <micha@reiser.io>
1 parent a6cbc13 commit 4686c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can add the following configuration to `.gitlab-ci.yml` to run a `ruff forma
8888
Ruff Check:
8989
extends: .base_ruff
9090
script:
91-
- ruff check --output-format=gitlab > code-quality-report.json
91+
- ruff check --output-format=gitlab --output-file=code-quality-report.json
9292
artifacts:
9393
reports:
9494
codequality: $CI_PROJECT_DIR/code-quality-report.json

0 commit comments

Comments
 (0)