parent
49f378ead3
commit
1442fcb497
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/bash -e
|
#!/usr/bin/bash -e
|
||||||
|
|
||||||
# if sudo is not installed, define an empty alias
|
# if sudo is not installed, define an empty alias
|
||||||
maysudo=$(command -v sudo || true)
|
maysudo=$(command -v sudo || command -v doas || true)
|
||||||
|
|
||||||
# Ubuntu, Debian, etc.
|
# Ubuntu, Debian, etc.
|
||||||
# https://packages.ubuntu.com/
|
# https://packages.ubuntu.com/
|
||||||
|
|
|
@ -26,6 +26,7 @@ extend-ignore-re = [
|
||||||
"COLUMN enviroment",
|
"COLUMN enviroment",
|
||||||
# Typo in ClickHouse column name.
|
# Typo in ClickHouse column name.
|
||||||
# crates/collab/src/api/events.rs
|
# crates/collab/src/api/events.rs
|
||||||
"rename = \"sesssion_id\""
|
"rename = \"sesssion_id\"",
|
||||||
|
"doas",
|
||||||
]
|
]
|
||||||
check-filename = true
|
check-filename = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue