Skip to content

Commit

Permalink
Update dangerfile with tests location filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 20, 2024
1 parent d56d29c commit a5850c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let allCreatedAndModifiedFiles = danger.git.modifiedFiles + danger.git.createdFi
let sdkEditedFiles = allCreatedAndModifiedFiles
.filter { $0.name != "Dangerfile.swift" }
.filter { !$0.hasPrefix("Debug App/") }

.filter { !$0.hasPrefix("Tests/") }
// You can use these functions to send feedback:
// message("Highlight something in the table")
// warn("Something pretty bad, but not important enough to fail the build")
Expand Down

0 comments on commit a5850c4

Please sign in to comment.