Skip to content

Commit b328b26

Browse files
authored
Docs: fix syntax error in linter guide (#5052)
1 parent 04d199b commit b328b26

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)