File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1846,7 +1846,7 @@ linters-settings:
18461846 - sortslice
18471847 # Check signature of methods of well-known interfaces.
18481848 - stdmethods
1849- # Check for uses of too-new standard library symbols.
1849+ # Report uses of too-new standard library symbols.
18501850 - stdversion
18511851 # Check for string(int) conversions.
18521852 - stringintconv
@@ -1868,7 +1868,7 @@ linters-settings:
18681868 - unusedresult
18691869 # Checks for unused writes.
18701870 - unusedwrite
1871- # Checks for misuses of sync.WaitGroup.
1871+ # Check for misuses of sync.WaitGroup.
18721872 - waitgroup
18731873
18741874 # Enable all analyzers.
@@ -1913,6 +1913,7 @@ linters-settings:
19131913 - slog
19141914 - sortslice
19151915 - stdmethods
1916+ - stdversion
19161917 - stringintconv
19171918 - structtag
19181919 - testinggoroutine
@@ -1923,6 +1924,7 @@ linters-settings:
19231924 - unsafeptr
19241925 - unusedresult
19251926 - unusedwrite
1927+ - waitgroup
19261928
19271929 # Settings per analyzer.
19281930 settings :
You can’t perform that action at this time.
0 commit comments