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:
gmorenz 2024-02-14 17:34:58 -05:00 committed by GitHub
parent a3300aed31
commit 6e6ae0ef21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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