Skip to content

Commit

Permalink
Excluding .kts build file while generating the CPG (#402)
Browse files Browse the repository at this point in the history
Excluding .kts build file while generating the CPG, as its resulting
into some errors in that specific file and in turn was exiting out of
the AST creation pass. This exclusion across will help ignoring those
build files which are not required to be processed for CPG creation.
  • Loading branch information
pandurangpatil authored Feb 19, 2024
1 parent 6b5fdec commit d35d745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/exclusions/kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ exclusions:
- id: Exclusions.Template
name: Exclude template file
patterns:
- "(?i)(.*template.kt|.*template(s)?/.*)"
- "(?i)(.*.kts|.*template.kt|.*template(s)?/.*)"

0 comments on commit d35d745

Please sign in to comment.