We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0296fcb commit e75d0e2Copy full SHA for e75d0e2
.gitlab-ci.yml
@@ -1,7 +1,9 @@
1
stages:
2
- - test
+ - lint
3
+ - sonarqube-check
4
-test:
5
+ruff:
6
+ stage: lint
7
variables:
8
PYTHON_VERSION: "3.11"
9
image: python:${PYTHON_VERSION}
@@ -11,6 +13,7 @@ test:
11
13
- ruff check --output-format=gitlab .
12
14
15
sonarqube-check:
16
+ stage: sonarqube-check
17
image:
18
name: sonarsource/sonar-scanner-cli:latest
19
entrypoint: [""]
0 commit comments