Skip to content

Commit

Permalink
test: main added to sonar ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 11, 2024
1 parent 1692c69 commit 507023b
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 @@ -12,7 +12,7 @@ sonar.language=js,java
sonar.coverage.exclusions=**/*.test.js,**/*.test.jsx
sonar.sources=webapp/src/components,api/src/main/java,webapp/src/pages/
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**,**/quizapi/commons/utils/**,**/quizapi/auth/config/**,**/quizapi/commons/exceptions/**,**/quizapi/auth/jwt/**,**/quizapi/**/dtos/**
sonar.exclusions=node_modules/**,**/quizapi/commons/utils/**,**/QuizApiApplication.java,**/quizapi/auth/config/**,**/quizapi/commons/exceptions/**,**/quizapi/auth/jwt/**,**/quizapi/**/dtos/**
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info

#Java specific config
Expand Down

0 comments on commit 507023b

Please sign in to comment.