mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-27 11:31:00 -05:00
feat: Recognize dtso as devicetree type
This commit is contained in:
parent
c63f61bed6
commit
cc2dc23fee
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ pub(crate) const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||||
("cython", &["*.pyx", "*.pxi", "*.pxd"]),
|
("cython", &["*.pyx", "*.pxi", "*.pxd"]),
|
||||||
("d", &["*.d"]),
|
("d", &["*.d"]),
|
||||||
("dart", &["*.dart"]),
|
("dart", &["*.dart"]),
|
||||||
("devicetree", &["*.dts", "*.dtsi"]),
|
("devicetree", &["*.dts", "*.dtsi", "*.dtso"]),
|
||||||
("dhall", &["*.dhall"]),
|
("dhall", &["*.dhall"]),
|
||||||
("diff", &["*.patch", "*.diff"]),
|
("diff", &["*.patch", "*.diff"]),
|
||||||
("dita", &["*.dita", "*.ditamap", "*.ditaval"]),
|
("dita", &["*.dita", "*.ditamap", "*.ditaval"]),
|
||||||
|
|
Loading…
Reference in a new issue