Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oss-review-toolkit/ort
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6dd6c8af1143c26b3ce3359fba0249a7464a284f
Choose a base ref
..
head repository: oss-review-toolkit/ort
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a815ac671122ad4ca4a3881510fcfd935cf130ed
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt
2 changes: 1 addition & 1 deletion helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt
Original file line number Diff line number Diff line change
@@ -258,7 +258,7 @@ private val PATH_EXCLUDE_REASON_FOR_FILENAME = listOf(
"build.proj" to BUILD_TOOL_OF,
"build.rs" to BUILD_TOOL_OF, // Rust build script.
"build.sbt" to BUILD_TOOL_OF,
"changelog*" to BUILD_TOOL_OF,
"changelog*" to DOCUMENTATION_OF,
"checksrc.bat" to BUILD_TOOL_OF,
"codecov.yml" to BUILD_TOOL_OF,
"codenarc.groovy" to BUILD_TOOL_OF,