You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,20 +190,20 @@ The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Do
190
190
### v2.0.0
191
191
192
192
1. Enhancements
193
-
* 🌟 New `golangci-lint fmt` command with dedicated [formatter configuration](https://golangci-lint.run/welcome/quick-start/#formatting)
194
-
* ♻️ New `golangci-lint migrate` command to help migration from v1 to v2 (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#command-migrate))
195
-
* ⚠️ New default values (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/))
196
-
* ⚠️ No exclusions by default (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#issuesexclude-use-default))
197
-
* ⚠️ New default sort order (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#outputsort-order))
198
-
* 🌟 New option `run.relative-path-mode` (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#runrelative-path-mode))
199
-
* 🌟 New linters configuration (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#linters))
200
-
* 🌟 New output format configuration (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#output))
201
-
* 🌟 New `--fast-only` flag (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#lintersfast))
193
+
* 🌟 New `golangci-lint fmt` command with dedicated [formatter configuration](https://golangci-lint.run/docs/welcome/quick-start/#formatting)
194
+
* ♻️ New `golangci-lint migrate` command to help migration from v1 to v2 (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#command-migrate))
195
+
* ⚠️ New default values (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/))
196
+
* ⚠️ No exclusions by default (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#issuesexclude-use-default))
197
+
* ⚠️ New default sort order (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#outputsort-order))
198
+
* 🌟 New option `run.relative-path-mode` (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#runrelative-path-mode))
199
+
* 🌟 New linters configuration (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#linters))
200
+
* 🌟 New output format configuration (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#output))
201
+
* 🌟 New `--fast-only` flag (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#lintersfast))
202
202
* 🌟 New option `linters.exclusions.warn-unused` to log a warning if an exclusion rule is unused.
* ⚠️ log an error when using previously deprecated linters ([Linter Deprecation Cycle](https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle))
638
+
* ⚠️ log an error when using previously deprecated linters ([Linter Deprecation Cycle](https://golangci-lint.run/docs/product/roadmap/#linter-deprecation-cycle))
639
639
*[`deadcode`](https://github.com/remyoudompheng/go-misc/tree/HEAD/deadcode): deprecated since v1.49.0 (2022-08-23).
640
640
*[`exhaustivestruct`](https://github.com/mbilski/exhaustivestruct): deprecated since v1.46.0 (2022-05-08).
641
641
*[`golint`](https://github.com/golang/lint): deprecated since v1.41.0 (2021-06-15).
@@ -709,7 +709,7 @@ GitHub Action (v5.1.0) for golangci-lint:
709
709
*`wrapcheck`: from 2.8.1 to 2.8.3
710
710
* Disable `copyloopvar` and `intrange` on Go < 1.22
711
711
3. Enhancements
712
-
* 🧩New custom linters system https://golangci-lint.run/plugins/module-plugins/
712
+
* 🧩New custom linters system https://golangci-lint.run/docs/plugins/module-plugins/
713
713
* Allow running only a specific linter without modifying the file configuration (`--enable-only`)
714
714
* Allow custom sort order for the reports (`output.sort-order`)
715
715
* Automatically adjust the maximum concurrency to the container CPU quota if `run.concurrency=0`
@@ -729,7 +729,7 @@ GitHub Action (v5.1.0) for golangci-lint:
729
729
* Improve 'no go files to analyze' message
730
730
* Use `GOTOOLCHAIN=auto` inside the Docker images
731
731
5. Documentation
732
-
* ⚠️ Define the linter deprecation cycle https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle
732
+
* ⚠️ Define the linter deprecation cycle https://golangci-lint.run/docs/product/roadmap/#linter-deprecation-cycle
733
733
* 🎉Use information from the previous release to create linter pages
734
734
* Publish JSON schema on https://golangci-lint.run/jsonschema/golangci.jsonschema.json
735
735
* Reorganize documentation pages
@@ -1664,8 +1664,8 @@ IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
1664
1664
* `wastedassign`: bump to v0.2.0
1665
1665
* `wrapcheck`: bump to v1.0.0
1666
1666
3. documentation:
1667
-
* improve [linters page](https://golangci-lint.run/usage/linters/) (versions, deprecation, and presets)
1668
-
* add [cache directory](https://golangci-lint.run/usage/configuration/#cache) information
1667
+
* improve [linters page](https://golangci-lint.run/docs/linters/) (versions, deprecation, and presets)
1668
+
* add [cache directory](https://golangci-lint.run/docs/configuration/cli/#cache) information
0 commit comments