We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d199b commit b328b26Copy full SHA for b328b26
docs/guides/linter.md
@@ -221,7 +221,7 @@ This example specifies that the model `docs_example.full_model` should not run t
221
```sql linenums="1"
222
MODEL(
223
name docs_example.full_model,
224
- ignored_rules: ["invalidselectstarexpansion"] # or "ALL" to turn off linting completely
+ ignored_rules ["invalidselectstarexpansion"] # or "ALL" to turn off linting completely
225
);
226
```
227
0 commit comments