File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed
Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ [tool .commitizen ]
2+ name = " cz_conventional_commits"
3+ tag_format = " v$version"
4+ version_scheme = " semver"
5+ version = " 0.0.1"
6+ update_changelog_on_bump = true
7+ major_version_zero = true
Original file line number Diff line number Diff line change 1+ stages :
2+ - test
3+
4+ test :
5+ variables :
6+ PYTHON_VERSION : " 3.11"
7+ image : python:${PYTHON_VERSION}
8+ script :
9+ - pip install --upgrade pip
10+ - pip install ruff
11+ - ruff check --output-format=gitlab .
12+
113sonarqube-check :
214 image :
315 name : sonarsource/sonar-scanner-cli:latest
Original file line number Diff line number Diff line change 1+ repos :
2+ - hooks :
3+ - id : commitizen
4+ - id : commitizen-branch
5+ stages :
6+ - push
7+ repo : https://github.com/commitizen-tools/commitizen
8+ rev : v3.13.0
Original file line number Diff line number Diff line change 1+ ## Unreleased
2+
3+ ### Feat
4+
5+ - master: added sonar check
You can’t perform that action at this time.
0 commit comments