Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1007 Bytes

squawk.md

File metadata and controls

45 lines (31 loc) · 1007 Bytes
description title layout
squawk is a linter for SQL
Trunk | How to run Squawk
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Squawk

Squawk is a linter for SQL.

You can enable the Squawk linter with:

trunk check enable squawk

Auto Enabling

Squawk will be auto-enabled if a .squawk.toml config file is present.

Settings

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.

Links