Skip to content

Commit

Permalink
fix#83: fix sonar-projects.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dartmol203 authored Dec 1, 2024
1 parent e9997fe commit 8bce280
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions sonar-projects.properties
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

0 comments on commit 8bce280

Please sign in to comment.