fmt: configs init
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
921677b37a
commit
5c5a372cfb
2 changed files with 33 additions and 0 deletions
3
.github/workflows/statix.toml
vendored
Normal file
3
.github/workflows/statix.toml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
disabled = [
|
||||||
|
"empty_pattern"
|
||||||
|
]
|
||||||
30
.github/workflows/treefmt.toml
vendored
Normal file
30
.github/workflows/treefmt.toml
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
[formatter.alejandra]
|
||||||
|
command = "alejandra"
|
||||||
|
options = [
|
||||||
|
"--experimental-config",
|
||||||
|
"fmtconf/alejandra.toml",
|
||||||
|
"--check",
|
||||||
|
]
|
||||||
|
includes = [
|
||||||
|
"."
|
||||||
|
]
|
||||||
|
|
||||||
|
[formatter.statix]
|
||||||
|
command = "statix"
|
||||||
|
options = [
|
||||||
|
"check",
|
||||||
|
"--config",
|
||||||
|
"fmtconf/statix.toml",
|
||||||
|
]
|
||||||
|
includes = [
|
||||||
|
"."
|
||||||
|
]
|
||||||
|
|
||||||
|
[formatter.deadnix]
|
||||||
|
command = "deadnix"
|
||||||
|
options = [
|
||||||
|
"--fail",
|
||||||
|
]
|
||||||
|
includes = [
|
||||||
|
"."
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue