Skip to content

Commit

Permalink
Explicitly declare all file types for license checks.
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Hammond <[email protected]>
  • Loading branch information
macblazer committed Feb 8, 2024
1 parent fbbe11d commit a1039dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ header:
- "LICENSE"
- "NOTICE"
language:
Ignore List:
extensions:
- ".gitignore"
comment_style_id: Hashtag
Ruby:
extensions:
- ".rb"
filenames:
- "cyclonedx-cocoapods"
comment_style_id: Hashtag
YAML:
extensions:
- ".yml"
comment_style_id: Hashtag

0 comments on commit a1039dd

Please sign in to comment.