squawk-cli 2.23.0 → 2.25.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.
- package/README.md +1 -1
- package/package.json +2 -2
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
|
|
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.
|
|
3
|
+
"version": "2.25.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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"typescript": "^3.9.5"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"node-fetch": "
|
|
32
|
+
"node-fetch": "2.6.7"
|
|
33
33
|
},
|
|
34
34
|
"volta": {
|
|
35
35
|
"node": "20.18.0"
|