We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cbc13 commit 4686c36Copy full SHA for 4686c36
1 file changed
docs/integrations.md
@@ -88,7 +88,7 @@ You can add the following configuration to `.gitlab-ci.yml` to run a `ruff forma
88
Ruff Check:
89
extends: .base_ruff
90
script:
91
- - ruff check --output-format=gitlab > code-quality-report.json
+ - ruff check --output-format=gitlab --output-file=code-quality-report.json
92
artifacts:
93
reports:
94
codequality: $CI_PROJECT_DIR/code-quality-report.json
0 commit comments