Skip to content

Commit

Permalink
Fix sonar source path
Browse files Browse the repository at this point in the history
  • Loading branch information
G43riko committed Oct 11, 2024
1 parent 1dc0e7e commit d82adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sonar.projectVersion=0.0.9

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src
sonar.sources=workspaces/enums/src,workspaces/utils/src

#exclusions
sonar.exclusions=src/**/*.spec.ts

0 comments on commit d82adc7

Please sign in to comment.