We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dd459 commit b2ca3aaCopy full SHA for b2ca3aa
internal/scripts/clang_tidy_scan.sh
@@ -114,7 +114,7 @@ ADDED_FILES=""
114
FILE_LIST=""
115
if [[ $FILES_MODE == true || $DIFF_TO_MAIN_MODE == true ]]; then
116
if [[ $DIFF_TO_MAIN_MODE == true ]]; then
117
- FILES_TO_SCAN=$(git diff --name-only --diff-filter=AM ${MAIN_ORIGIN}/main HEAD)
+ FILES_TO_SCAN=$(git diff --name-only --diff-filter=ACMRT ${MAIN_ORIGIN}/main HEAD)
118
fi
119
120
SEPARATOR=''
0 commit comments