Skip to content

Commit

Permalink
Exclude embedded dependencies from sonar scan
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 1, 2023
1 parent 1ef823c commit e2172e4
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 @@ -5,7 +5,7 @@ sonar.organization=getstream
sonar.sourceEncoding=UTF-8
sonar.language=swift
sonar.inclusions=Sources/**/*.swift
sonar.exclusions=Sources/**/*_Vendor.swift, Sources/**/Generated/*.swift
sonar.exclusions=Sources/**/*_Vendor.swift, Sources/**/Generated/*.swift, Sources/StreamChatSwiftUI/StreamNuke/**, Sources/StreamChatSwiftUI/StreamSwiftyGif/**

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

0 comments on commit e2172e4

Please sign in to comment.