File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -800,7 +800,6 @@ linters-settings:
800
800
- lostcancel
801
801
- nilfunc
802
802
- nilness
803
- - nonamedreturns
804
803
- printf
805
804
- reflectvaluecompare
806
805
- shadow
@@ -844,7 +843,6 @@ linters-settings:
844
843
- lostcancel
845
844
- nilfunc
846
845
- nilness
847
- - nonamedreturns
848
846
- printf
849
847
- reflectvaluecompare
850
848
- shadow
@@ -1660,18 +1658,23 @@ linters:
1660
1658
- asciicheck
1661
1659
- bidichk
1662
1660
- bodyclose
1661
+ - containedctx
1663
1662
- contextcheck
1664
1663
- cyclop
1665
1664
- deadcode
1665
+ - decorder
1666
1666
- depguard
1667
1667
- dogsled
1668
1668
- dupl
1669
1669
- durationcheck
1670
1670
- errcheck
1671
+ - errchkjson
1671
1672
- errname
1672
1673
- errorlint
1674
+ - execinquery
1673
1675
- exhaustive
1674
1676
- exhaustivestruct
1677
+ - exhaustruct
1675
1678
- exportloopref
1676
1679
- forbidigo
1677
1680
- forcetypeassert
@@ -1698,12 +1701,14 @@ linters:
1698
1701
- gosec
1699
1702
- gosimple
1700
1703
- govet
1704
+ - grouper
1701
1705
- ifshort
1702
1706
- importas
1703
1707
- ineffassign
1704
1708
- interfacer
1705
1709
- ireturn
1706
1710
- lll
1711
+ - maintidx
1707
1712
- makezero
1708
1713
- maligned
1709
1714
- misspell
@@ -1714,6 +1719,7 @@ linters:
1714
1719
- nlreturn
1715
1720
- noctx
1716
1721
- nolintlint
1722
+ - nonamedreturns
1717
1723
- nosprintfhostport
1718
1724
- paralleltest
1719
1725
- prealloc
@@ -1751,18 +1757,23 @@ linters:
1751
1757
- asciicheck
1752
1758
- bidichk
1753
1759
- bodyclose
1760
+ - containedctx
1754
1761
- contextcheck
1755
1762
- cyclop
1756
1763
- deadcode
1764
+ - decorder
1757
1765
- depguard
1758
1766
- dogsled
1759
1767
- dupl
1760
1768
- durationcheck
1761
1769
- errcheck
1770
+ - errchkjson
1762
1771
- errname
1763
1772
- errorlint
1773
+ - execinquery
1764
1774
- exhaustive
1765
1775
- exhaustivestruct
1776
+ - exhaustruct
1766
1777
- exportloopref
1767
1778
- forbidigo
1768
1779
- forcetypeassert
@@ -1789,12 +1800,14 @@ linters:
1789
1800
- gosec
1790
1801
- gosimple
1791
1802
- govet
1803
+ - grouper
1792
1804
- ifshort
1793
1805
- importas
1794
1806
- ineffassign
1795
1807
- interfacer
1796
1808
- ireturn
1797
1809
- lll
1810
+ - maintidx
1798
1811
- makezero
1799
1812
- maligned
1800
1813
- misspell
@@ -1805,6 +1818,7 @@ linters:
1805
1818
- nlreturn
1806
1819
- noctx
1807
1820
- nolintlint
1821
+ - nonamedreturns
1808
1822
- nosprintfhostport
1809
1823
- paralleltest
1810
1824
- prealloc
You can’t perform that action at this time.
0 commit comments