We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa12742 commit 26d817fCopy full SHA for 26d817f
1 file changed
cmake_modules/DefineOptions.cmake
@@ -116,7 +116,8 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
116
"If on, only git-diff files will be passed to linting tools" ON)
117
118
define_option_string(PAIMON_LINT_GIT_TARGET_COMMIT
119
- "target commit/branch for comparison in git diff" "origin/main")
+ "target commit/branch for comparison in git diff"
120
+ "origin/release-0.1")
121
122
define_option(PAIMON_GENERATE_COVERAGE "Build with C++ code coverage enabled" OFF)
123
0 commit comments