Skip to content

Commit 9af60d2

Browse files
committed
Update language identifiers for coverity
1 parent 3cf2ce7 commit 9af60d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrub/tools/templates/coverity.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if [[ "${{SOURCE_LANG}}" =~ "python" ]]; then
3535
fi
3636
if [[ "${{SOURCE_LANG}}" =~ "py" ]]; then
3737
find ${{SOURCE_DIR}} -iname "*.py" >> "$file_list"
38+
fi
3839
if [[ "${{SOURCE_LANG}}" =~ "ruby" ]]; then
3940
find ${{SOURCE_DIR}} -iname "*.rb" >> "$file_list"
4041
fi

0 commit comments

Comments
 (0)