Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc58ee5c

Browse files
committed
chore: update linter
1 parent4a5584d commitc58ee5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on:ubuntu-latest
1414
env:
1515
GO_VERSION:stable
16-
GOLANGCI_LINT_VERSION:v1.56.2
16+
GOLANGCI_LINT_VERSION:v1.57.2
1717
CGO_ENABLED:0
1818

1919
steps:

‎.golangci.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
run:
22
timeout:2m
3-
skip-files:[]
43

54
linters-settings:
65
govet:
@@ -96,7 +95,7 @@ linters:
9695

9796
issues:
9897
exclude-use-default:false
99-
max-per-linter:0
98+
max-issues-per-linter:0
10099
max-same-issues:0
101100
exclude:
102101
-'ST1000: at least one file in a package should have a package comment'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp