@@ -1269,7 +1269,7 @@ output:
1269
1269
1270
1270
# ### `output.formats[].format: colored-line-number`
1271
1271
1272
- This format has been replaced by the format `text` with the option `colors : true`.
1272
+ This format has been replaced by the format `text` with the option `colors` (` true` by default) .
1273
1273
1274
1274
<details>
1275
1275
<summary>v1</summary>
@@ -1297,7 +1297,7 @@ output:
1297
1297
1298
1298
# ### `output.formats[].format: colored-tab`
1299
1299
1300
- This format has been replaced by the format `tab` with the option `colors : true`.
1300
+ This format has been replaced by the format `tab` with the option `colors` (` true` by default) .
1301
1301
1302
1302
<details>
1303
1303
<summary>v1</summary>
@@ -1327,7 +1327,7 @@ output:
1327
1327
1328
1328
This property has been removed.
1329
1329
1330
- To print the lines with issues, use the `text` format with the option `print-issued-lines : true `.
1330
+ To not print the lines with issues, use the `text` format with the option `print-issued-lines : false `.
1331
1331
1332
1332
<details>
1333
1333
<summary>v1</summary>
@@ -1337,7 +1337,7 @@ output:
1337
1337
formats:
1338
1338
- format: line-number
1339
1339
path: stdout
1340
- print-issued-lines: true
1340
+ print-issued-lines: false
1341
1341
` ` `
1342
1342
1343
1343
</details>
@@ -1350,7 +1350,7 @@ output:
1350
1350
formats:
1351
1351
text:
1352
1352
path: stdout
1353
- print-issued-lines: true
1353
+ print-issued-lines: false
1354
1354
` ` `
1355
1355
1356
1356
</details>
@@ -1359,7 +1359,7 @@ output:
1359
1359
1360
1360
This property has been removed.
1361
1361
1362
- To print the linter name, use the `text` format with the option `print-linter-name : true `.
1362
+ To not print the linter name, use the `text` format with the option `print-linter-name : false `.
1363
1363
1364
1364
<details>
1365
1365
<summary>v1</summary>
@@ -1369,7 +1369,7 @@ output:
1369
1369
formats:
1370
1370
- format: line-number
1371
1371
path: stdout
1372
- print-linter-name: true
1372
+ print-linter-name: false
1373
1373
` ` `
1374
1374
1375
1375
</details>
@@ -1382,7 +1382,7 @@ output:
1382
1382
formats:
1383
1383
text:
1384
1384
path: stdout
1385
- print-linter-name: true
1385
+ print-linter-name: false
1386
1386
` ` `
1387
1387
1388
1388
</details>
@@ -1684,7 +1684,7 @@ linters:
1684
1684
1685
1685
</details>
1686
1686
1687
- # ## `linters.enable[].<formatter_name>`
1687
+ # ### `linters.enable[].<formatter_name>`
1688
1688
1689
1689
The linters `gci`, `gofmt`, `gofumpt`, and `goimports` have been moved to the `formatters` section.
1690
1690
@@ -1716,7 +1716,7 @@ formatters:
1716
1716
1717
1717
</details>
1718
1718
1719
- # ## `linters.enable[].{stylecheck,gosimple,staticcheck}`
1719
+ # ### `linters.enable[].{stylecheck,gosimple,staticcheck}`
1720
1720
1721
1721
The linters `stylecheck`, `gosimple`, and `staticcheck` has been merged inside the `staticcheck`.
1722
1722
@@ -1931,14 +1931,14 @@ Presets:
1931
1931
1932
1932
</details>
1933
1933
1934
- # ## `typecheck`
1934
+ # ### `typecheck`
1935
1935
1936
1936
This `typecheck` is not a linter, so it cannot be enabled or disabled :
1937
1937
1938
1938
- https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors
1939
1939
- https://golangci-lint.run/welcome/faq/#why-is-it-not-possible-to-skipignore-typecheck-errors
1940
1940
1941
- # ## Deprecated Linters
1941
+ # ### Deprecated Linters
1942
1942
1943
1943
The following deprecated linters have been removed :
1944
1944
@@ -1956,7 +1956,7 @@ The following deprecated linters have been removed:
1956
1956
- ` tenv`
1957
1957
- ` varcheck`
1958
1958
1959
- # ## Alternative Linter Names
1959
+ # ### Alternative Linter Names
1960
1960
1961
1961
The alternative linters has been removed.
1962
1962
0 commit comments