Skip to content

Commit

Permalink
fix: sonar source
Browse files Browse the repository at this point in the history
  • Loading branch information
cevheri committed Dec 6, 2024
1 parent 314f6e2 commit 6b7a45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ sonar.projectVersion=1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=lib/
sonar.sources=lib/
#sonar.exclusions=**/test/**
#sonar.test.exclusions=test/**
sonar.tests=test/
#sonar.verbose=true
# exclude: lib/generated and lib/main dart files
sonar.exclusions=lib/main/**,test/**,linux/**,macos/**,windows/**,build/**,ios/**,android/**,web/**,example/**,packages/**,pubspec.lock
sonar.exclusions=lib/main/**,test/**,linux/**,macos/**,windows/**,build/**,ios/**,android/**,web/**,example/**,packages/**,pubspec.lock,functions/**,lib/generated/**,lib/i18n/**

sonar.cpd.exclusions=lib/main/**

Expand Down

0 comments on commit 6b7a45f

Please sign in to comment.