Skip to content

Commit

Permalink
Corrige Sonar
Browse files Browse the repository at this point in the history
Signed-off-by: davimarinho <[email protected]>
  • Loading branch information
DaviMarinho committed Dec 10, 2023
1 parent 5a5a0d3 commit 52eeb48
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
sonar.projectKey=fga-eps-mds_2023.2-UnB-TV-Admin
sonar.organization=fga-eps-mds-1

sonar.host.url=https://sonarcloud.io
sonar.language=py

sonar.sources=src
sonar.tests=tests

sonar.exclusions=__pycache__, tests

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=2023.2-UnB-TV-Admin
#sonar.projectVersion=1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

sonar.python.version=3.11.5
Expand Down

0 comments on commit 52eeb48

Please sign in to comment.