From 1a96b225e3c273c71fa545a641e50012fedf405c Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:22:55 +0200 Subject: [PATCH] [Static checks] Disable max-public-methods Not very helpful, at least at the moment. We could re-enable it if we decide to refactor large scripts into smaller ones. --- .gdlintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.gdlintrc b/.gdlintrc index 1818289c4..75d597454 100644 --- a/.gdlintrc +++ b/.gdlintrc @@ -2,5 +2,6 @@ disable: - no-elif-return - no-else-return - max-returns + - max-public-methods max-file-lines: 2000