diff --git a/config/exclusions/kotlin.yaml b/config/exclusions/kotlin.yaml index d646ee2d..81ec28c9 100644 --- a/config/exclusions/kotlin.yaml +++ b/config/exclusions/kotlin.yaml @@ -2,4 +2,4 @@ exclusions: - id: Exclusions.Template name: Exclude template file patterns: - - "(?i)(.*template.kt|.*template(s)?/.*)" \ No newline at end of file + - "(?i)(.*.kts|.*template.kt|.*template(s)?/.*)"