description | title | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
squawk is a linter for SQL |
Trunk | How to run Squawk |
|
Squawk is a linter for SQL.
You can enable the Squawk linter with:
trunk check enable squawk
Squawk will be auto-enabled if a .squawk.toml
config file is present.
Squawk supports the following config files:
.squawk.toml
You can move these files to .trunk/configs
and trunk check
will still find them. See Moving Linters for more info.
- Squawk site
- Squawk Trunk Code Quality integration source
- Trunk Code Quality's open source plugins repo