Skip to content

Commit

Permalink
chore: add config.java to exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 26, 2023
1 parent 6711e2c commit eb45772
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 @@ -70,7 +70,7 @@ sonar {
property 'sonar.sources', 'src'
property 'sonar.language', 'java'
property 'sonar.sourceEncoding', 'UTF-8'
property 'sonar.exclusions', '**/test/**, **/resources/**, **/*Application*.java, **/*Controller*.java, **/config/**' +
property 'sonar.exclusions', '**/test/**, **/resources/**, **/*Application*.java, **/*Controller*.java, **/*Config.java' +
'**/*Response.java, **/*Exception.java, **/security/**, **/support/**, **/Q*.java'
property 'sonar.test.inclusions', '**/*Test.java'
property 'sonar.java.coveragePlugin', 'jacoco'
Expand Down

0 comments on commit eb45772

Please sign in to comment.