From d70cbc1913d69cb5286f4bb2283506cd7fdc0498 Mon Sep 17 00:00:00 2001 From: ~wispem-wantex Date: Wed, 14 Jan 2026 08:33:59 +0900 Subject: [PATCH] doc: add instructions to run `sqlite_lint` --- doc/sqlite-schema-rules-and-linter.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/sqlite-schema-rules-and-linter.md b/doc/sqlite-schema-rules-and-linter.md index 863b9b6..a86bfc3 100644 --- a/doc/sqlite-schema-rules-and-linter.md +++ b/doc/sqlite-schema-rules-and-linter.md @@ -10,6 +10,12 @@ Currently the only way to disable them is setting an environment variable with t INPUT_REQUIRE_NOT_NULL=false gas sqlite_lint # `require_not_null` check will be skipped ``` +## Running the linter + +```bash +gas sqlite_lint +``` + ## Available Checks This is a list of currently available checks.