Skip to content

Commit e2172e4

Browse files
committed
Exclude embedded dependencies from sonar scan
1 parent 1ef823c commit e2172e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.organization=getstream
55
sonar.sourceEncoding=UTF-8
66
sonar.language=swift
77
sonar.inclusions=Sources/**/*.swift
8-
sonar.exclusions=Sources/**/*_Vendor.swift, Sources/**/Generated/*.swift
8+
sonar.exclusions=Sources/**/*_Vendor.swift, Sources/**/Generated/*.swift, Sources/StreamChatSwiftUI/StreamNuke/**, Sources/StreamChatSwiftUI/StreamSwiftyGif/**
99

1010
# Prevent C/C++/Objective-C files from being analyzed
1111
sonar.c.file.suffixes=-

0 commit comments

Comments
 (0)