We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
squawk
This is a new linter in development for postgres migrations.
I have a local custom config set up, as an example:
- name: squawk files: - sql commands: - name: lint run: npx squawk --reporter Gcc ${target} output: regex success_codes: [0, 1] parse_regex: "(?P<path>.*):(?P<line>\\d+):(?P<col>\\d+): (?P<severity>\\S*) (?P<code>\\S*) (?P<message>.*)"
NOTE: the line number output is currently not working, tracked at sbdchd/squawk#373
The text was updated successfully, but these errors were encountered:
Thanks for the feature request and for providing a starter setup! We'll take a look at getting this fully implemented and productionized!
Sorry, something went wrong.
a7e3b46
Successfully merging a pull request may close this issue.
This is a new linter in development for postgres migrations.
I have a local custom config set up, as an example:
NOTE: the line number output is currently not working, tracked at sbdchd/squawk#373
The text was updated successfully, but these errors were encountered: