Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
squawk-linux-arm64 | 2025-07-10 | 13.6 MB | |
squawk-linux-arm64-2.19.0.vsix | 2025-07-10 | 5.2 MB | |
squawk-alpine-x64-2.19.0.vsix | 2025-07-10 | 5.3 MB | |
squawk-linux-musl-x64 | 2025-07-10 | 14.0 MB | |
squawk-win32-x64-2.19.0.vsix | 2025-07-10 | 3.5 MB | |
squawk-windows-x64.exe | 2025-07-10 | 8.6 MB | |
squawk-darwin-arm64 | 2025-07-10 | 9.4 MB | |
squawk-darwin-arm64-2.19.0.vsix | 2025-07-10 | 3.8 MB | |
squawk-darwin-x64 | 2025-07-10 | 9.7 MB | |
squawk-darwin-x64-2.19.0.vsix | 2025-07-10 | 3.9 MB | |
squawk-linux-x64 | 2025-07-10 | 13.5 MB | |
squawk-linux-x64-2.19.0.vsix | 2025-07-10 | 5.4 MB | |
File level ignores source code.tar.gz | 2025-07-09 | 2.1 MB | |
File level ignores source code.zip | 2025-07-09 | 2.6 MB | |
README.md | 2025-07-09 | 672 Bytes | |
Totals: 15 Items | 100.6 MB | 0 |
v2.19.0 - 2025-07-09
Added
- linter: file level rule violation ignore comments. (#585)
Now you can ignore all violations in a file via:
sql
-- squawk-ignore-file
or ignore a specific rule for the file:
sql
-- squawk-ignore-file prefer-robust-stmts
This works with the existing line level ignores:
sql
create table t (id int);
-- squawk-ignore prefer-robust-stmts
create table u (id int);
- vscode: incremental sync. (#583)
No more debouncing of file updates making squawk in vscode snappier!
- vscode: tracing setting
squawk.trace.server
& output channel. (#584), (#585)