Skip to content

Commit 678d2e4

Browse files
authored
Merge pull request #9 from Zipstack/fix/sonar-properties
Removed pylint and also modified sonar properties
2 parents d9895f9 + 50eea39 commit 678d2e4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install tox tox-gh-actions pylint
31-
32-
- name: Run pylint
33-
run: |
34-
pylint helm_values_manager --output-format=text:pylint-report.txt,colorized
35-
continue-on-error: true # Don't fail if pylint has warnings
30+
pip install tox tox-gh-actions
3631
3732
- name: Test with tox
3833
run: tox

sonar-project.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ sonar.organization=zipstack
55
sonar.sources=helm_values_manager
66
sonar.tests=tests
77
sonar.python.version=3.9,3.10,3.11,3.12
8-
sonar.python.coverage.reportPaths=coverage.xml
98
sonar.coverage.exclusions=tests/**,setup.py
109

1110
# Quality gate settings
1211
sonar.qualitygate.wait=true
1312

1413
# Analysis settings
1514
sonar.sourceEncoding=UTF-8
16-
sonar.python.pylint.reportPaths=pylint-report.txt

0 commit comments

Comments
 (0)