From 76afde26eff182421e49caa44fe90ae1b754665f Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 18 Sep 2023 01:34:31 +0200 Subject: [PATCH] feat: add statix.toml and disable repeated keys --- statix.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 statix.toml diff --git a/statix.toml b/statix.toml new file mode 100644 index 0000000..31a2a5b --- /dev/null +++ b/statix.toml @@ -0,0 +1,3 @@ +disabled = [ + "repeated_keys" +]