doc: add instructions to run sqlite_lint

This commit is contained in:
~wispem-wantex 2026-01-14 08:33:59 +09:00
parent ec19c3dcb5
commit d70cbc1913

View File

@ -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 <path/to/schema.sql> # `require_not_null` check will be skipped INPUT_REQUIRE_NOT_NULL=false gas sqlite_lint <path/to/schema.sql> # `require_not_null` check will be skipped
``` ```
## Running the linter
```bash
gas sqlite_lint <path/to/schema.sql>
```
## Available Checks ## Available Checks
This is a list of currently available checks. This is a list of currently available checks.