Skip to content

Commit

Permalink
exclude FE from sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenitxan committed Dec 26, 2023
1 parent 4250cfa commit e9e4424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
-Dsonar.projectKey=kamenitxan_Jakon-Example_AYcKHKzimGdCMvl9IxKE
-Dsonar.sources=modules/backend/src
-Dsonar.verbose=false
-Dsonar.exclusions=modules/backend/src/main/resources/**
-Dsonar.exclusions=modules/backend/src/main/resources/**,modules/backend/src/frontend/**

0 comments on commit e9e4424

Please sign in to comment.