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.