fix(tools/codestyle): catch missing semicolon on inline INSERT statem… (#26472)

This commit is contained in:
Kitzunu
2026-07-05 23:03:10 +02:00
committed by GitHub
parent dfde5c2d94
commit 55de765eb4
2 changed files with 58 additions and 5 deletions

4
.gitignore vendored
View File

@@ -102,6 +102,10 @@ local.properties
/vcpkg/
/vcpkg-ports/
# Python bytecode cache
__pycache__/
*.py[cod]
# ==================
#