From 5a6143a9ec8d61d4f3261fac932ee20963be266f Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 2 Mar 2025 14:02:43 -0500 Subject: [PATCH] ci(golangci-lint): use bugs and performance presets Signed-off-by: Chris Gianelloni --- .golangci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 1982a98..307bd50 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,12 +12,9 @@ linters: - staticcheck - unused # Defaults above ours below - - bodyclose - - fatcontext - - gosec - - noctx - - perfsprint - - prealloc + presets: + - bugs + - performance #linters-settings: # errcheck: # check-type-assertions: true