check_style: Always use a newly created temporary file to store logs

This commit is contained in:
Kamil Śliwak
2021-01-18 15:27:00 +01:00
parent 055c4b4d44
commit 5958e8d9ea
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
ERROR_LOG="$(mktemp -t check_style_XXXXXX.log)"
. scripts/report_errors.sh
EXCLUDE_FILES=(