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
@@ -1635,18 +1633,23 @@ linters:
1635
1633
- asciicheck
1636
1634
- bidichk
1637
1635
- bodyclose
1636
+ - containedctx
1638
1637
- contextcheck
1639
1638
- cyclop
1640
1639
- deadcode
1640
+ - decorder
1641
1641
- depguard
1642
1642
- dogsled
1643
1643
- dupl
1644
1644
- durationcheck
1645
1645
- errcheck
1646
+ - errchkjson
1646
1647
- errname
1647
1648
- errorlint
1649
+ - execinquery
1648
1650
- exhaustive
1649
1651
- exhaustivestruct
1652
+ - exhaustruct
1650
1653
- exportloopref
1651
1654
- forbidigo
1652
1655
- forcetypeassert
@@ -1673,12 +1676,14 @@ linters:
1673
1676
- gosec
1674
1677
- gosimple
1675
1678
- govet
1679
+ - grouper
1676
1680
- ifshort
1677
1681
- importas
1678
1682
- ineffassign
1679
1683
- interfacer
1680
1684
- ireturn
1681
1685
- lll
1686
+ - maintidx
1682
1687
- makezero
1683
1688
- maligned
1684
1689
- misspell
@@ -1689,6 +1694,7 @@ linters:
1689
1694
- nlreturn
1690
1695
- noctx
1691
1696
- nolintlint
1697
+ - nonamedreturns
1692
1698
- nosprintfhostport
1693
1699
- paralleltest
1694
1700
- prealloc
@@ -1726,18 +1732,23 @@ linters:
1726
1732
- asciicheck
1727
1733
- bidichk
1728
1734
- bodyclose
1735
+ - containedctx
1729
1736
- contextcheck
1730
1737
- cyclop
1731
1738
- deadcode
1739
+ - decorder
1732
1740
- depguard
1733
1741
- dogsled
1734
1742
- dupl
1735
1743
- durationcheck
1736
1744
- errcheck
1745
+ - errchkjson
1737
1746
- errname
1738
1747
- errorlint
1748
+ - execinquery
1739
1749
- exhaustive
1740
1750
- exhaustivestruct
1751
+ - exhaustruct
1741
1752
- exportloopref
1742
1753
- forbidigo
1743
1754
- forcetypeassert
@@ -1764,12 +1775,14 @@ linters:
1764
1775
- gosec
1765
1776
- gosimple
1766
1777
- govet
1778
+ - grouper
1767
1779
- ifshort
1768
1780
- importas
1769
1781
- ineffassign
1770
1782
- interfacer
1771
1783
- ireturn
1772
1784
- lll
1785
+ - maintidx
1773
1786
- makezero
1774
1787
- maligned
1775
1788
- misspell
@@ -1780,6 +1793,7 @@ linters:
1780
1793
- nlreturn
1781
1794
- noctx
1782
1795
- nolintlint
1796
+ - nonamedreturns
1783
1797
- nosprintfhostport
1784
1798
- paralleltest
1785
1799
- prealloc
You can’t perform that action at this time.
0 commit comments