Skip to content

Commit

Permalink
ci: adjust Danger check over header content
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Oct 12, 2023
1 parent e183b7b commit a2352da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ let swiftFilesWithoutCopyright = changedFiles.filter {
"""
//
// Variants
//
""")

|| !danger.utils.readFile($0).contains(
"""
// Copyright (c) Backbase B.V. - https://www.backbase.com
""")
}
Expand Down

0 comments on commit a2352da

Please sign in to comment.