joereynolds / joereynolds/sql-lint
New options to skip a query/file etc...
Open
- Dominant language
- TypeScript
- Stars
- 459
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Expand on this but basically we should be able to add annotations to ignore certain queries. I.e.:
Ignore the file
```
-- sql-lint:disable-file
```
or
```
# sql-lint:disable-file
```
Ignore the next query:
```
-- sql-lint:disable-query
```
or
```
# sql-lint:disable-query
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.