Skip to content

Commit 4779b10

Browse files
committed
fix: 소나큐브 예외 설정
- 중복방지 예외 설정
1 parent 02d874e commit 4779b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sonar-project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sonar.exclusions=**/JwtProvider.java,**/JwtAuthenticationFilter.java,**/CustomUserDetails.java,**/ResponseResult.java,**/RedisConfig.java,**/SecurityConfig.java
2+
sonar.duplication.exclusions=**/JwtProvider.java,**/JwtAuthenticationFilter.java,**/CustomUserDetails.java,**/ResponseResult.java,**/RedisConfig.java,**/SecurityConfig.java

0 commit comments

Comments
 (0)