Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/mergify.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/settings.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ linters:
- godox # TODO's are OK
- ireturn # It's OK
- musttag
- godot # dubious
- nonamedreturns
- goconst # finds repeated strings that could be replaced by a constant
- goheader # checks is file header matches to pattern
Expand Down Expand Up @@ -140,6 +139,9 @@ linters:
govet:
enable-all: true

godot:
scope: toplevel

inamedparam:
# Skips check for interface methods with only a single parameter.
skip-single-param: true
Expand Down Expand Up @@ -223,6 +225,7 @@ linters:
linters:
- dupl
- gosec
- godot
- noctx
- perfsprint
- revive
Expand Down