squawk-cli 2.23.0 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -179,7 +179,7 @@ You can also ignore multiple rules by making a comma seperated list:
179
179
  alter table t drop column c cascade;
180
180
  ```
181
181
 
182
- To ignore a rule for the entire rule, use `squawk-ignore-file`:
182
+ To ignore a rule for the entire file, use `squawk-ignore-file`:
183
183
 
184
184
  ```sql
185
185
  -- squawk-ignore-file ban-drop-column
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "description": "linter for PostgreSQL, focused on migrations",
5
5
  "repository": "git@github.com:sbdchd/squawk.git",
6
6
  "author": "Squawk Team & Contributors",