We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34534c commit 7a16c28Copy full SHA for 7a16c28
docs/howto/vet.md
@@ -276,7 +276,7 @@ SELECT * FROM authors
276
WHERE id = ? LIMIT 1;
277
```
278
279
-To skip all rules for a query, you can provide the `@sqlc-vet-disable` annotation without any options.
+To skip all rules for a query, you can provide the `@sqlc-vet-disable` annotation without any parameters.
280
281
```sql
282
/* name: GetAuthor :one */
0 commit comments