Skip to content

Commit

Permalink
Set SonarQube exclusion files
Browse files Browse the repository at this point in the history
  • Loading branch information
simao-silva committed Oct 28, 2023
1 parent e113a31 commit 9d6ea58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 48 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/debug.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ venv.bak/
# mypy
.mypy_cache/

# SonarQube
.scannerwork

# others
geckodriver.log
*.png
Expand All @@ -111,5 +114,3 @@ deprecated/
.idea
debug
test.sh
.vscode/settings.json
.scannerwork
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.formatOnSave": true,
},
}
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sonar.projectKey=NoIP-renever
sonar.python.version=3.12
sonar.coverage.exclusions=**/*.*
sonar.test.exclusions=renew-legacy.py

0 comments on commit 9d6ea58

Please sign in to comment.