From 0d134575afb64889b4d2c7602e1ee8010e3d8ea0 Mon Sep 17 00:00:00 2001 From: damachine Date: Sun, 14 Sep 2025 22:58:16 +0200 Subject: [PATCH] feat: add Codacy configuration to increase function length limit --- .codacy.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..f27d097 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,7 @@ +--- +engines: + lizard: + enabled: true + settings: + max_func_length: 200 + max_complexity: 20