File tree Expand file tree Collapse file tree 1 file changed +25
-43
lines changed Expand file tree Collapse file tree 1 file changed +25
-43
lines changed Original file line number Diff line number Diff line change @@ -1583,49 +1583,6 @@ linters:
1583
1583
1584
1584
</details>
1585
1585
1586
- # ## `linters.enable[].typecheck`
1587
-
1588
- This linter is an internal and enabled by default.
1589
-
1590
- <details>
1591
- <summary>v1</summary>
1592
-
1593
- ` ` ` yaml
1594
- linters:
1595
- enable:
1596
- - typecheck
1597
- ` ` `
1598
-
1599
- </details>
1600
-
1601
- <details>
1602
- <summary>v2</summary>
1603
-
1604
- ` ` ` yaml
1605
- # typecheck is always enabled
1606
- ` ` `
1607
-
1608
- </details>
1609
-
1610
- # ## `linters.enable[].<deprecated_linter>`
1611
-
1612
- The following deprecated linters have been removed :
1613
-
1614
- - ` deadcode`
1615
- - ` execinquery`
1616
- - ` exhaustivestruct`
1617
- - ` exportloopref`
1618
- - ` golint`
1619
- - ` gomnd`
1620
- - ` ifshort`
1621
- - ` interfacer`
1622
- - ` maligned`
1623
- - ` nosnakecase`
1624
- - ` scopelint`
1625
- - ` structcheck`
1626
- - ` tenv`
1627
- - ` varcheck`
1628
-
1629
1586
# ### `linters.fast`
1630
1587
1631
1588
This property has been removed.
@@ -1813,6 +1770,31 @@ Presets:
1813
1770
1814
1771
</details>
1815
1772
1773
+ # ## `typecheck`
1774
+
1775
+ This `typecheck` is not a linter, so it cannot be enabled or disabled :
1776
+
1777
+ - https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors
1778
+ - https://golangci-lint.run/welcome/faq/#why-is-it-not-possible-to-skipignore-typecheck-errors
1779
+
1780
+ # ## Deprecated Linters
1781
+
1782
+ The following deprecated linters have been removed :
1783
+
1784
+ - ` deadcode`
1785
+ - ` execinquery`
1786
+ - ` exhaustivestruct`
1787
+ - ` exportloopref`
1788
+ - ` golint`
1789
+ - ` ifshort`
1790
+ - ` interfacer`
1791
+ - ` maligned`
1792
+ - ` nosnakecase`
1793
+ - ` scopelint`
1794
+ - ` structcheck`
1795
+ - ` tenv`
1796
+ - ` varcheck`
1797
+
1816
1798
# ## Alternative Linter Names
1817
1799
1818
1800
The alternative linters has been removed.
You can’t perform that action at this time.
0 commit comments