1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00

Grammar check and optimization

This commit is contained in:
Tw93
2025-12-02 17:02:14 +08:00
parent bb50a345b6
commit 443b59d9c7
14 changed files with 41 additions and 28 deletions

View File

@@ -2,14 +2,6 @@
disable=SC2155 # Declare and assign separately
disable=SC2034 # Unused variables
disable=SC2154 # Referenced but not assigned (global vars)
disable=SC2001 # Use parameter expansion instead of sed
disable=SC2059 # Don't use variables in printf format
disable=SC1091 # Not following sourced files
disable=SC1003 # Backslash escape warnings
disable=SC2295 # Expansions in ${..} quoting
disable=SC2162 # read without -r
disable=SC2329 # Function never invoked warnings
disable=SC2016 # Expressions in single quotes
disable=SC2317 # Unreachable command warnings