-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix#83: fix sonar-projects.properties
- Loading branch information
1 parent
e9997fe
commit 8bce280
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
sonar.projectKey=fga-eps-mds_2024.2-ARANDU-APP | ||
sonar.organization=fga-eps-mds-1 | ||
|
||
# This is the name and version displayed in the SonarCloud UI. | ||
#sonar.projectName=2024.2-ARANDU-APP | ||
#sonar.projectVersion=1.0 | ||
# Path to the source code directory (Flutter app source code is in ./lib) | ||
sonar.sources=./lib | ||
|
||
# Path to the test directory (Flutter tests are usually in the ./test directory) | ||
sonar.tests=./test | ||
|
||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. | ||
sonar.sources= ./lib | ||
# Set the language to Dart for Flutter app | ||
sonar.language=dart | ||
|
||
# Encoding of the source code. Default is default system encoding | ||
#sonar.sourceEncoding=UTF-8 | ||
# Exclude specific directories and test files | ||
sonar.exclusions=**/test/**, **/assets/**, .github/**, scripts/**, **/*.test.dart |