doc: add instructions to run sqlite_lint
This commit is contained in:
parent
ec19c3dcb5
commit
d70cbc1913
@ -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
|
||||
```
|
||||
|
||||
## Running the linter
|
||||
|
||||
```bash
|
||||
gas sqlite_lint <path/to/schema.sql>
|
||||
```
|
||||
|
||||
## Available Checks
|
||||
|
||||
This is a list of currently available checks.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user