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:
1846
1846
- sortslice
1847
1847
# Check signature of methods of well-known interfaces.
1848
1848
- stdmethods
1849
- # Check for uses of too-new standard library symbols.
1849
+ # Report uses of too-new standard library symbols.
1850
1850
- stdversion
1851
1851
# Check for string(int) conversions.
1852
1852
- stringintconv
@@ -1868,7 +1868,7 @@ linters-settings:
1868
1868
- unusedresult
1869
1869
# Checks for unused writes.
1870
1870
- unusedwrite
1871
- # Checks for misuses of sync.WaitGroup.
1871
+ # Check for misuses of sync.WaitGroup.
1872
1872
- waitgroup
1873
1873
1874
1874
# Enable all analyzers.
@@ -1913,6 +1913,7 @@ linters-settings:
1913
1913
- slog
1914
1914
- sortslice
1915
1915
- stdmethods
1916
+ - stdversion
1916
1917
- stringintconv
1917
1918
- structtag
1918
1919
- testinggoroutine
@@ -1923,6 +1924,7 @@ linters-settings:
1923
1924
- unsafeptr
1924
1925
- unusedresult
1925
1926
- unusedwrite
1927
+ - waitgroup
1926
1928
1927
1929
# Settings per analyzer.
1928
1930
settings :
You can’t perform that action at this time.
0 commit comments