Ignore 'DROP COLUMN enviroment' in typo checker (#7803)
In dropping a misspelled "enviroment" column in #7742, a new "typo" was introduced breaking CI. This fixes that. Release Notes: - N/A
This commit is contained in:
parent
a3300aed31
commit
6e6ae0ef21
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ extend-ignore-re = [
|
|||
":ba\\|z",
|
||||
# :/ crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql
|
||||
"ADD COLUMN enviroment TEXT",
|
||||
"ALTER TABLE rooms DROP COLUMN enviroment;",
|
||||
]
|
||||
check-filename = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue