1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 16:49:41 +00:00

Optimize automated testing

This commit is contained in:
Tw93
2025-12-06 00:18:57 +08:00
parent 3561f088c4
commit 5c20db60af
4 changed files with 45 additions and 19 deletions

View File

@@ -4,4 +4,4 @@ disable=SC2155 # Declare and assign separately
disable=SC2034 # Unused variables
disable=SC2059 # Don't use variables in printf format
disable=SC1091 # Not following sourced files
disable=SC2038 # Use find -print0 | xargs -0 pattern