Skip to content

Commit 9505d35

Browse files
committed
fix(ci): remove formatters from linters list
Remove gofmt and goimports as they are formatters, not linters
1 parent 5f4b809 commit 9505d35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ linters:
3838
- bodyclose # Checks HTTP response body is closed
3939
- noctx # Finds sending HTTP request without context
4040
- unconvert # Removes unnecessary type conversions
41-
- gofmt # Checks code formatting
42-
- goimports # Checks import formatting
4341
- godot # Checks comment punctuation
4442

4543
# Performance

0 commit comments

Comments
 (0)