From 31d566b258d73a02c43fc178c6d211f3cdaf952f Mon Sep 17 00:00:00 2001 From: Dominik Braun Date: Wed, 12 Apr 2023 10:52:10 +0200 Subject: [PATCH] Remove gofumpt (#98) --- .golangci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index cf3f5515..e1f1ab3d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,7 +5,6 @@ linters: disable-all: true enable: - govet - - gofumpt - errcheck - gosimple - ineffassign @@ -19,7 +18,3 @@ linters-settings: disable: - stdmethods - fieldalignment - - gofumpt: - extra-rules: false - module-path: github.com/dominikbraun/graph \ No newline at end of file