Skip to content

Commit

Permalink
Set sonar detectBundles=false
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Feb 21, 2024
1 parent c86d8db commit c1b53bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ sonar.organization=giis
sonar.projectName=dashgit
sonar.projectVersion=1.0
sonar.sources=./dashgit-web/app
sonar.sourceEncoding=UTF-8
sonar.sourceEncoding=UTF-8
#to recognize lines in js files
sonar.javascript.detectBundles=false

0 comments on commit c1b53bb

Please sign in to comment.