Skip to content

Commit 6af11bb

Browse files
authored
Merge pull request #7 from codeGROOVE-dev/fpr
improve godot config, delete old actions
2 parents 5ae2171 + 25f9cea commit 6af11bb

File tree

3 files changed

+4
-55
lines changed

3 files changed

+4
-55
lines changed

.github/mergify.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/settings.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ linters:
4343
- godox # TODO's are OK
4444
- ireturn # It's OK
4545
- musttag
46-
- godot # dubious
4746
- nonamedreturns
4847
- goconst # finds repeated strings that could be replaced by a constant
4948
- goheader # checks is file header matches to pattern
@@ -140,6 +139,9 @@ linters:
140139
govet:
141140
enable-all: true
142141

142+
godot:
143+
scope: toplevel
144+
143145
inamedparam:
144146
# Skips check for interface methods with only a single parameter.
145147
skip-single-param: true
@@ -223,6 +225,7 @@ linters:
223225
linters:
224226
- dupl
225227
- gosec
228+
- godot
226229
- noctx
227230
- perfsprint
228231
- revive

0 commit comments

Comments
 (0)