Skip to content

Commit 0df7c9e

Browse files
committed
Fix syntax error in linter guide
1 parent 04d199b commit 0df7c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ This example specifies that the model `docs_example.full_model` should not run t
221221
```sql linenums="1"
222222
MODEL(
223223
name docs_example.full_model,
224-
ignored_rules: ["invalidselectstarexpansion"] # or "ALL" to turn off linting completely
224+
ignored_rules ["invalidselectstarexpansion"] # or "ALL" to turn off linting completely
225225
);
226226
```
227227

0 commit comments

Comments
 (0)