Skip to content

Commit b2ad890

Browse files
committed
sort linters in config
1 parent 4d130eb commit b2ad890

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.custom-gcl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ plugins:
44
path: ./tools/extraneousnew
55
- module: "github.com/google/go-github/v88/tools/fmtpercentv"
66
path: ./tools/fmtpercentv
7-
- module: "github.com/google/go-github/v88/tools/redundantptr"
8-
path: ./tools/redundantptr
97
- module: "github.com/google/go-github/v88/tools/paramcheck"
108
path: ./tools/paramcheck
9+
- module: "github.com/google/go-github/v88/tools/redundantptr"
10+
path: ./tools/redundantptr
1111
- module: "github.com/google/go-github/v88/tools/sliceofpointers"
1212
path: ./tools/sliceofpointers
1313
- module: "github.com/google/go-github/v88/tools/structfield"

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ linters:
2626
- nakedret
2727
- nolintlint
2828
- paralleltest
29+
- paramcheck
2930
- perfsprint
3031
- redundantptr
31-
- paramcheck
3232
- revive
3333
- sliceofpointers
3434
- staticcheck

0 commit comments

Comments
 (0)