squawk-cli 2.18.0__py3-none-win_amd64.whl → 2.20.0__py3-none-win_amd64.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: squawk-cli
3
- Version: 2.18.0
3
+ Version: 2.20.0
4
4
  Classifier: License :: OSI Approved :: Apache Software License
5
5
  Classifier: License :: OSI Approved :: MIT License
6
6
  Classifier: Operating System :: MacOS
@@ -199,6 +199,23 @@ You can also ignore multiple rules by making a comma seperated list:
199
199
  alter table t drop column c cascade;
200
200
  ```
201
201
 
202
+ To ignore a rule for the entire rule, use `squawk-ignore-file`:
203
+
204
+ ```sql
205
+ -- squawk-ignore-file ban-drop-column
206
+ alter table t drop column c cascade;
207
+ -- also ignored!
208
+ alter table t drop column d cascade;
209
+ ```
210
+
211
+ Or leave off the rule names to ignore all rules for the file
212
+
213
+ ```sql
214
+ -- squawk-ignore-file
215
+ alter table t drop column c cascade;
216
+ create table t (a int);
217
+ ```
218
+
202
219
  ### Configuration file
203
220
 
204
221
  Rules can also be disabled with a configuration file.
@@ -0,0 +1,4 @@
1
+ squawk_cli-2.20.0.data/scripts/squawk.exe,sha256=kIxoJ-NlX8sMrNyswLK7OcQp103vHW8CihaqG_cYK1U,7510528
2
+ squawk_cli-2.20.0.dist-info/METADATA,sha256=xIJacj_f4m-bUvF0gSAkznC5IL6vIk1uaqSRJCEBO5E,11913
3
+ squawk_cli-2.20.0.dist-info/WHEEL,sha256=T1-x9ZAB-aE3ewIGbYuockW5ywV7fI-Nla9FsiR1vW4,93
4
+ squawk_cli-2.20.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.0)
2
+ Generator: maturin (1.9.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-win_amd64
@@ -1,4 +0,0 @@
1
- squawk_cli-2.18.0.data/scripts/squawk.exe,sha256=4DvGHXhnUknpgjjraj7u22dS-o9Vy3C7QwsA0-e-HcA,7521792
2
- squawk_cli-2.18.0.dist-info/METADATA,sha256=TNjxI2QkvuB3zLPXdM-_FeBHi5XI4ijfxIb26hTzQvc,11533
3
- squawk_cli-2.18.0.dist-info/WHEEL,sha256=S7OxZtuPihI-XN3jZuq2sqVMik-O-jyGLiThWItpyfk,93
4
- squawk_cli-2.18.0.dist-info/RECORD,,