config/statix.toml

12 lines
372 B
TOML
Raw Normal View History

ignore = ['modules/base/boot']
2024-02-24 19:43:19 +02:00
# If the attrset has an optional field, `inherit` will not inherit it:
# compressDrvWeb = drv: {
# compressors ? ["gz" "br"],
# ...
# } @ args:
# compressDrv drv {
# inherit (compressors) <<- function 'compressDrv' called without required argument 'compressors'
# }
disabled = ["manual_inherit", "manual_inherit_from"]