From eb76b566f6d62a413d2cce8d45b3c45c9826beef Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 27 Jul 2024 14:45:59 -0500 Subject: [PATCH] disable empty_pattern on statix --- statix.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 statix.toml diff --git a/statix.toml b/statix.toml new file mode 100644 index 0000000..627f904 --- /dev/null +++ b/statix.toml @@ -0,0 +1,6 @@ +disabled = [ + "empty_pattern" +] +nix_version = '2.4' +ignore = ['.direnv'] +