Skip to content

Commit 0084aa0

Browse files
committed
Stop using deprecated checkers
1 parent 6cd216e commit 0084aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/.golangci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ linters:
3636
- gofmt
3737
# goimports
3838
- goimports
39-
# golint
40-
- golint
39+
# revive
40+
- revive
4141
# 引数がフォーマット文字列と一致しないものを検出
4242
- govet
4343
# 意味のない再代入を検出
4444
- ineffassign
4545
# スペルチェック
4646
- misspell
4747
# for中などで固定されてない変数を検出
48-
- scopelint
48+
- exportloopref
4949
# 構造体の未使用フィールドを検出
5050
- structcheck
5151
# 不要な型変換を検出

0 commit comments

Comments
 (0)