Brad Morgan

Results 2 comments of Brad Morgan

Can we just pre-process the file and strip out any SQL statements that are directly preceded by a `-- squawk: nolint` comment?

For right now we just added a wrapper script around it to handle git diffs and just added a sed command to trim statements with `squawk:ignore-next-statement` using: `sed '/squawk:ignore-next-statement/,/;$/d'`