doc: add instructions to run sqlite_lint
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user