Skip to content

Commit

Permalink
feat(helper-cli): Add two patterns to path exclude generation
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Dec 6, 2023
1 parent fd8fc8e commit 53a8dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ private val PATH_EXCLUDE_REASON_FOR_FILENAME = listOf(
"makefile.*" to BUILD_TOOL_OF,
"mkdocs.yml" to BUILD_TOOL_OF,
"package-lock.json" to BUILD_TOOL_OF,
"poetry.lock" to BUILD_TOOL_OF,
"proguard-rules.pro" to BUILD_TOOL_OF,
"pyproject.toml" to BUILD_TOOL_OF,
"renovate.json" to BUILD_TOOL_OF,
"runsuite.c" to TEST_OF,
"runtest.c" to TEST_OF,
Expand Down

0 comments on commit 53a8dd3

Please sign in to comment.