Skip to content

Commit af7b14f

Browse files
committed
Updated sonar config
1 parent 9323c08 commit af7b14f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- name: Check code errors
67-
uses: SonarSource/sonarcloud-github-action@v1.7
67+
uses: SonarSource/sonarcloud-github-action@master
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sonar.organization=sergioteula
22
sonar.projectKey=sergioteula_python-amazon-paapi
33

4-
# sonar.sources=amazon_paapi
5-
# sonar.exclusions=**/sdk/**
6-
# sonar.qualitygate.wait=true
4+
sonar.sources=amazon_paapi
5+
sonar.exclusions=**/sdk/**
6+
sonar.qualitygate.wait=true
77

88
sonar.python.version=3.6,3.7,3.8,3.9,3.10

0 commit comments

Comments
 (0)