diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-04-21 19:38:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-21 11:38:15 +0000 |
| commit | ac8459a09c9076282fc6a622a6f28dd0a0e1cde1 (patch) | |
| tree | 5f6af2607cd2ed909070ad7b1bf67fd042d15452 /scripts | |
| parent | 32e249dfa6fcf2d079df962473bd257bf04c2a16 (diff) | |
fix(substitute): don't crash with very large count (#39272)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/linterrcodes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/linterrcodes.lua b/scripts/linterrcodes.lua index ed2ca92b6c..3242d3ea23 100644 --- a/scripts/linterrcodes.lua +++ b/scripts/linterrcodes.lua @@ -18,6 +18,7 @@ local dup_allowed = { E116 = 2, E121 = 2, E1502 = 4, + E1510 = 2, E151 = 2, E155 = 3, E158 = 2, |
