Skip to content

Commit 2518edd

Browse files
committed
docs: copy-pastable preset list
1 parent 53f194b commit 2518edd

File tree

1 file changed

+153
-126
lines changed

1 file changed

+153
-126
lines changed

docs/src/docs/product/migration-guide-base.mdx

Lines changed: 153 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,132 +1502,159 @@ The presets have been removed.
15021502

15031503
<details><summary>v1 Presets</summary>
15041504

1505-
- 🐛: bugs
1506-
- 💬: comment
1507-
- 🧮: complexity
1508-
- 💢: error
1509-
- 💾: format
1510-
- 🔝: import
1511-
- 🎛️: metalinter
1512-
- 📦: module
1513-
- 📊: performance
1514-
- 🗂️: sql
1515-
- 🎩: style
1516-
- 🚦: test
1517-
- 🧹: unused
1518-
1519-
| | 🐛 | 💬 | 🧮 | 💢 | 💾 | 🔝 | 🎛️️ | 📦 | 📊 | 🗂️️ | 🎩 | 🚦 | 🧹 |
1520-
|-----------------------------|----|----|----|----|----|----|------|----|----|------|----|----|----|
1521-
| `asasalint` | 🐛 | | | | | | | | | | | | |
1522-
| `asciicheck` | 🐛 | | | | | | | | | | 🎩 | | |
1523-
| `bidichk` | 🐛 | | | | | | | | | | | | |
1524-
| `bodyclose` | 🐛 | | | | | | | | 📊 | | | | |
1525-
| `canonicalheader` | | | | | | | | | | | 🎩 | | |
1526-
| `containedctx` | | | | | | | | | | | 🎩 | | |
1527-
| `contextcheck` | 🐛 | | | | | | | | | | | | |
1528-
| `copyloopvar` | | | | | | | | | | | 🎩 | | |
1529-
| `cyclop` | | | 🧮 | | | | | | | | | | |
1530-
| `decorder` | | | | | | | | | | | 🎩 | | |
1531-
| `depguard` | | | | | | 🔝 | | 📦 | | | 🎩 | | |
1532-
| `dogsled` | | | | | | | | | | | 🎩 | | |
1533-
| `dupl` | | | | | | | | | | | 🎩 | | |
1534-
| `dupword` | | 💬 | | | | | | | | | | | |
1535-
| `durationcheck` | 🐛 | | | | | | | | | | | | |
1536-
| `err113` | | | | 💢 | | | | | | | 🎩 | | |
1537-
| `errcheck` | 🐛 | | | 💢 | | | | | | | | | |
1538-
| `errchkjson` | 🐛 | | | | | | | | | | | | |
1539-
| `errname` | | | | | | | | | | | 🎩 | | |
1540-
| `errorlint` | 🐛 | | | 💢 | | | | | | | | | |
1541-
| `exhaustive` | 🐛 | | | | | | | | | | | | |
1542-
| `exhaustruct` | | | | | | | | | | | 🎩 | 🚦 | |
1543-
| `exptostd` | | | | | | | | | | | 🎩 | | |
1544-
| `fatcontext` | | | | | | | | | 📊 | | | | |
1545-
| `forbidigo` | | | | | | | | | | | 🎩 | | |
1546-
| `forcetypeassert` | | | | | | | | | | | 🎩 | | |
1547-
| `funlen` | | | 🧮 | | | | | | | | | | |
1548-
| `gci` | | | | | 💾 | 🔝 | | | | | | | |
1549-
| `ginkgolinter` | | | | | | | | | | | 🎩 | | |
1550-
| `gocheckcompilerdirectives` | 🐛 | | | | | | | | | | | | |
1551-
| `gochecknoglobals` | | | | | | | | | | | 🎩 | | |
1552-
| `gochecknoinits` | | | | | | | | | | | 🎩 | | |
1553-
| `gochecksumtype` | 🐛 | | | | | | | | | | | | |
1554-
| `gocognit` | | | 🧮 | | | | | | | | | | |
1555-
| `goconst` | | | | | | | | | | | 🎩 | | |
1556-
| `gocritic` | | | | | | | 🎛️ | | | | 🎩 | | |
1557-
| `gocyclo` | | | 🧮 | | | | | | | | | | |
1558-
| `godot` | | 💬 | | | | | | | | | 🎩 | | |
1559-
| `godox` | | 💬 | | | | | | | | | 🎩 | | |
1560-
| `gofmt` | | | | | 💾 | | | | | | | | |
1561-
| `gofumpt` | | | | | 💾 | | | | | | | | |
1562-
| `goheader` | | | | | | | | | | | 🎩 | | |
1563-
| `goimports` | | | | | 💾 | 🔝 | | | | | | | |
1564-
| `gomoddirectives` | | | | | | | | 📦 | | | 🎩 | | |
1565-
| `gomodguard` | | | | | | 🔝 | | 📦 | | | 🎩 | | |
1566-
| `goprintffuncname` | | | | | | | | | | | 🎩 | | |
1567-
| `gosec` | 🐛 | | | | | | | | | | | | |
1568-
| `gosimple` | | | | | | | | | | | 🎩 | | |
1569-
| `gosmopolitan` | 🐛 | | | | | | | | | | | | |
1570-
| `govet` | 🐛 | | | | | | 🎛️ | | | | | | |
1571-
| `grouper` | | | | | | | | | | | 🎩 | | |
1572-
| `iface` | | | | | | | | | | | 🎩 | | |
1573-
| `importas` | | | | | | | | | | | 🎩 | | |
1574-
| `inamedparam` | | | | | | | | | | | 🎩 | | |
1575-
| `ineffassign` | | | | | | | | | | | | | 🧹 |
1576-
| `interfacebloat` | | | | | | | | | | | 🎩 | | |
1577-
| `intrange` | | | | | | | | | | | 🎩 | | |
1578-
| `ireturn` | | | | | | | | | | | 🎩 | | |
1579-
| `lll` | | | | | | | | | | | 🎩 | | |
1580-
| `loggercheck` | 🐛 | | | | | | | | | | 🎩 | | |
1581-
| `maintidx` | | | 🧮 | | | | | | | | | | |
1582-
| `makezero` | 🐛 | | | | | | | | | | 🎩 | | |
1583-
| `mirror` | | | | | | | | | | | 🎩 | | |
1584-
| `misspell` | | 💬 | | | | | | | | | 🎩 | | |
1585-
| `mnd` | | | | | | | | | | | 🎩 | | |
1586-
| `musttag` | 🐛 | | | | | | | | | | 🎩 | | |
1587-
| `nakedret` | | | | | | | | | | | 🎩 | | |
1588-
| `nestif` | | | 🧮 | | | | | | | | | | |
1589-
| `nilerr` | 🐛 | | | | | | | | | | | | |
1590-
| `nilnesserr` | 🐛 | | | | | | | | | | | | |
1591-
| `nilnil` | | | | | | | | | | | 🎩 | | |
1592-
| `nlreturn` | | | | | | | | | | | 🎩 | | |
1593-
| `noctx` | 🐛 | | | | | | | | 📊 | | | | |
1594-
| `nolintlint` | | | | | | | | | | | 🎩 | | |
1595-
| `nonamedreturns` | | | | | | | | | | | 🎩 | | |
1596-
| `nosprintfhostport` | | | | | | | | | | | 🎩 | | |
1597-
| `paralleltest` | | | | | | | | | | | 🎩 | 🚦 | |
1598-
| `perfsprint` | | | | | | | | | 📊 | | | | |
1599-
| `prealloc` | | | | | | | | | 📊 | | | | |
1600-
| `predeclared` | | | | | | | | | | | 🎩 | | |
1601-
| `promlinter` | | | | | | | | | | | 🎩 | | |
1602-
| `protogetter` | 🐛 | | | | | | | | | | | | |
1603-
| `reassign` | 🐛 | | | | | | | | | | | | |
1604-
| `recvcheck` | 🐛 | | | | | | | | | | | | |
1605-
| `revive` | | | | | | | 🎛️ | | | | 🎩 | | |
1606-
| `rowserrcheck` | 🐛 | | | | | | | | | 🗂️ | | | |
1607-
| `sloglint` | | | | | | | | | | | 🎩 | | |
1608-
| `spancheck` | 🐛 | | | | | | | | | | | | |
1609-
| `sqlclosecheck` | 🐛 | | | | | | | | | 🗂️ | | | |
1610-
| `staticcheck` | 🐛 | | | | | | 🎛️ | | | | | | |
1611-
| `stylecheck` | | | | | | | | | | | 🎩 | | |
1612-
| `tagalign` | | | | | | | | | | | 🎩 | | |
1613-
| `tagliatelle` | | | | | | | | | | | 🎩 | | |
1614-
| `tenv` | | | | | | | | | | | | 🚦 | |
1615-
| `testableexamples` | | | | | | | | | | | | 🚦 | |
1616-
| `testifylint` | 🐛 | | | | | | | | | | | 🚦 | |
1617-
| `testpackage` | | | | | | | | | | | 🎩 | 🚦 | |
1618-
| `thelper` | | | | | | | | | | | | 🚦 | |
1619-
| `tparallel` | | | | | | | | | | | 🎩 | 🚦 | |
1620-
| `unconvert` | | | | | | | | | | | 🎩 | | |
1621-
| `unparam` | | | | | | | | | | | | | 🧹 |
1622-
| `unused` | | | | | | | | | | | | | 🧹 |
1623-
| `usestdlibvars` | | | | | | | | | | | 🎩 | | |
1624-
| `usetesting` | | | | | | | | | | | | 🚦 | |
1625-
| `varnamelen` | | | | | | | | | | | 🎩 | | |
1626-
| `wastedassign` | | | | | | | | | | | 🎩 | | |
1627-
| `whitespace` | | | | | | | | | | | 🎩 | | |
1628-
| `wrapcheck` | | | | 💢 | | | | | | | 🎩 | | |
1629-
| `wsl` | | | | | | | | | | | 🎩 | | |
1630-
| `zerologlint` | 🐛 | | | | | | | | | | | | |
1505+
- bugs:
1506+
- `asasalint`
1507+
- `asciicheck`
1508+
- `bidichk`
1509+
- `bodyclose`
1510+
- `contextcheck`
1511+
- `durationcheck`
1512+
- `errcheck`
1513+
- `errchkjson`
1514+
- `errorlint`
1515+
- `exhaustive`
1516+
- `gocheckcompilerdirectives`
1517+
- `gochecksumtype`
1518+
- `gosec`
1519+
- `gosmopolitan`
1520+
- `govet`
1521+
- `loggercheck`
1522+
- `makezero`
1523+
- `musttag`
1524+
- `nilerr`
1525+
- `nilnesserr`
1526+
- `noctx`
1527+
- `protogetter`
1528+
- `reassign`
1529+
- `recvcheck`
1530+
- `rowserrcheck`
1531+
- `spancheck`
1532+
- `sqlclosecheck`
1533+
- `staticcheck`
1534+
- `testifylint`
1535+
- `zerologlint`
1536+
- comment:
1537+
- `dupword`
1538+
- `godot`
1539+
- `godox`
1540+
- `misspell`
1541+
- complexity:
1542+
- `cyclop`
1543+
- `funlen`
1544+
- `gocognit`
1545+
- `gocyclo`
1546+
- `maintidx`
1547+
- `nestif`
1548+
- error:
1549+
- `err113`
1550+
- `errcheck`
1551+
- `errorlint`
1552+
- `wrapcheck`
1553+
- format:
1554+
- `gci`
1555+
- `gofmt`
1556+
- `gofumpt`
1557+
- `goimports`
1558+
- import:
1559+
- `depguard`
1560+
- `gci`
1561+
- `goimports`
1562+
- `gomodguard`
1563+
- metalinter:
1564+
- `gocritic`
1565+
- `govet`
1566+
- `revive`
1567+
- `staticcheck`
1568+
- module:
1569+
- `depguard`
1570+
- `gomoddirectives`
1571+
- `gomodguard`
1572+
- performance:
1573+
- `bodyclose`
1574+
- `fatcontext`
1575+
- `noctx`
1576+
- `perfsprint`
1577+
- `prealloc`
1578+
- sql:
1579+
- `rowserrcheck`
1580+
- `sqlclosecheck`
1581+
- style:
1582+
- `asciicheck`
1583+
- `canonicalheader`
1584+
- `containedctx`
1585+
- `copyloopvar`
1586+
- `decorder`
1587+
- `depguard`
1588+
- `dogsled`
1589+
- `dupl`
1590+
- `err113`
1591+
- `errname`
1592+
- `exhaustruct`
1593+
- `exptostd`
1594+
- `forbidigo`
1595+
- `forcetypeassert`
1596+
- `ginkgolinter`
1597+
- `gochecknoglobals`
1598+
- `gochecknoinits`
1599+
- `goconst`
1600+
- `gocritic`
1601+
- `godot`
1602+
- `godox`
1603+
- `goheader`
1604+
- `gomoddirectives`
1605+
- `gomodguard`
1606+
- `goprintffuncname`
1607+
- `gosimple`
1608+
- `grouper`
1609+
- `iface`
1610+
- `importas`
1611+
- `inamedparam`
1612+
- `interfacebloat`
1613+
- `intrange`
1614+
- `ireturn`
1615+
- `lll`
1616+
- `loggercheck`
1617+
- `makezero`
1618+
- `mirror`
1619+
- `misspell`
1620+
- `mnd`
1621+
- `musttag`
1622+
- `nakedret`
1623+
- `nilnil`
1624+
- `nlreturn`
1625+
- `nolintlint`
1626+
- `nonamedreturns`
1627+
- `nosprintfhostport`
1628+
- `paralleltest`
1629+
- `predeclared`
1630+
- `promlinter`
1631+
- `revive`
1632+
- `sloglint`
1633+
- `stylecheck`
1634+
- `tagalign`
1635+
- `tagliatelle`
1636+
- `testpackage`
1637+
- `tparallel`
1638+
- `unconvert`
1639+
- `usestdlibvars`
1640+
- `varnamelen`
1641+
- `wastedassign`
1642+
- `whitespace`
1643+
- `wrapcheck`
1644+
- `wsl`
1645+
- test:
1646+
- `exhaustruct`
1647+
- `paralleltest`
1648+
- `testableexamples`
1649+
- `testifylint`
1650+
- `testpackage`
1651+
- `thelper`
1652+
- `tparallel`
1653+
- `usetesting`
1654+
- unused:
1655+
- `ineffassign`
1656+
- `unparam`
1657+
- `unused`
16311658

16321659
</details>
16331660

0 commit comments

Comments
 (0)