8 lines
416 B
Clojure
8 lines
416 B
Clojure
{:linters {:xtql/redundant-pipeline {:level :warning}
|
|
:xtql/redundant-unify {:level :warning}
|
|
:xtql/unrecognized-operation {:level :error}
|
|
:xtql/unrecognized-parameter {:level :warning}
|
|
:xtql/missing-parameter {:level :error}
|
|
:xtql/type-mismatch {:level :error}
|
|
:xtql/invalid-arity {:level :error}}
|
|
:hooks {:analyze-call {xtdb.api/q hooks.xtql/q}}}
|