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 b931950 commit 9baac35Copy full SHA for 9baac35
README.md
@@ -173,13 +173,13 @@ See the ["GitHub Integration" docs](https://squawkhq.com/docs/github_app) for mo
173
Integrate Squawk into Git workflow with [pre-commit](https://pre-commit.com/). Add the following
174
to your project's `.pre-commit-config.yaml`:
175
176
-```
+```yaml
177
repos:
178
- repo: https://github.com/sbdchd/squawk
179
rev: v0.10.0
180
hooks:
181
- - id: squawk
182
- files: path/to/postgres/migrations/written/in/sql
+ - id: squawk
+ files: path/to/postgres/migrations/written/in/sql
183
```
184
185
Note the `files` parameter as it specifies the location of the files to be linted.
0 commit comments