Skip to content

Commit

Permalink
add - regex for exclusion templates in kotlin (#348)
Browse files Browse the repository at this point in the history
* add - regex for exclusion templates in kotlin

* update regex

* Revert "update regex"

This reverts commit c7b9507.
  • Loading branch information
khemrajrathore authored Nov 13, 2023
1 parent 8737e90 commit cfa908c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/exclusions/kotlin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exclusions:
- id: Exclusions.Template
name: Exclude template file
patterns:
- "(?i)(.*template.kt|.*template(s)?/.*)"

0 comments on commit cfa908c

Please sign in to comment.