From 575657bbc50065faefdd9e65642cd080a55a72bf Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 26 Oct 2025 11:49:48 -0500 Subject: [PATCH] Remove cyclomatic and cognitive complexity rules from revive.toml configuration --- revive.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/revive.toml b/revive.toml index 5755c57..195c397 100644 --- a/revive.toml +++ b/revive.toml @@ -4,10 +4,6 @@ confidence = 0.8 errorCode = 1 warningCode = 0 -[rule.cyclomatic] - arguments = [15] -[rule.cognitive-complexity] - arguments = [15] [rule.add-constant] [rule.argument-limit] [rule.atomic]