Skip to content

Commit

Permalink
chore: add sonar exclusions property path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 24, 2023
1 parent 2bb9dd6 commit 085f707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sonar {
property 'sonar.sources', 'src'
property 'sonar.language', 'java'
property 'sonar.sourceEncoding', 'UTF-8'
property 'sonar.exclusions', '**/*Application*.java, **/*Controller*.java ,**/config/**, **/dto/**, ' +
property 'sonar.exclusions', '**/test/**, **/resources/**, **/*Application*.java, **/*Controller*.java ,**/config/**, **/dto/**, ' +
'**/exception/**, **/security/**, **/support/**, **/Q*.java'
property 'sonar.test.inclusions', '**/*Test*.java'
property 'sonar.java.coveragePlugin', 'jacoco'
Expand Down

0 comments on commit 085f707

Please sign in to comment.