dev: ignore special chars sqlfluff rule
inferred type columns with sqlx require aliases containing spaces and special characters See: https://docs.rs/sqlx/latest/sqlx/macro.query_as.html#column-type-override-infer-from-struct-field
This commit is contained in:
parent
805723f10d
commit
fc625b50d7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[sqlfluff]
|
||||
dialect = sqlite
|
||||
exclude_rules = references.special_chars
|
||||
|
||||
[sqlfluff:rules:capitalisation.keywords]
|
||||
# Keywords
|
||||
|
|
Loading…
Reference in a new issue