@lint
Example
sql
-- @lint.ignore('audit.require-audit')
CREATE TABLE temp_imports (
id SERIAL PRIMARY KEY,
data JSONB NOT NULL,
imported_at TIMESTAMP DEFAULT now()
);Tags
@lint.ignore
Suppress a lint rule on this object. Reason is mandatory.
Targets: table, column, view, function
Arguments:Positional: string, string