From ec840f7db24522f76a1d177bc30bbbd8b00a7807 Mon Sep 17 00:00:00 2001 From: edmand46 Date: Mon, 23 Mar 2026 16:25:49 +0300 Subject: [PATCH] fix: linter --- .golangci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 8c67345..c36ac53 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,8 +15,4 @@ linters: formatters: enable: - - goimports - -linters-settings: - goimports: - local-prefixes: github.com/edmand46/arpack \ No newline at end of file + - goimports \ No newline at end of file