Skip to content

Commit 69ddd62

Browse files
committed
chore: update changelog
1 parent e09ffb8 commit 69ddd62

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -190,20 +190,20 @@ The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Do
190190
### v2.0.0
191191

192192
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))
202202
* 🌟 New option `linters.exclusions.warn-unused` to log a warning if an exclusion rule is unused.
203203
2. New linters/formatters
204204
* Add `golines` formatter https://github.com/segmentio/golines
205205
3. Linters new features
206-
* ⚠️ Merge `staticcheck`, `stylecheck`, `gosimple` into one linter (`staticcheck`) (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#lintersenablestylecheckgosimplestaticcheck))
206+
* ⚠️ Merge `staticcheck`, `stylecheck`, `gosimple` into one linter (`staticcheck`) (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#lintersenablestylecheckgosimplestaticcheck))
207207
* `go-critic`: from 0.12.0 to 0.13.0
208208
* `gomodguard`: from 1.3.5 to 1.4.1 (block explicit indirect dependencies)
209209
* `nilnil`: from 1.0.1 to 1.1.0 (new option: `only-two`)
@@ -223,11 +223,11 @@ The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Do
223223
* `protogetter`: from 0.3.9 to 0.3.12
224224
* `unparam`: from 8a5130ca722f to 0df0534333a4
225225
5. Misc.
226-
* 🧹 Configuration options renaming (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/))
227-
* 🧹 Remove options (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/))
228-
* 🧹 Remove flags (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/))
229-
* 🧹 Remove alternative names (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/#alternative-linter-names))
230-
* 🧹 Remove or replace deprecated elements (cf. [Migration guide](https://golangci-lint.run/product/migration-guide/))
226+
* 🧹 Configuration options renaming (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/))
227+
* 🧹 Remove options (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/))
228+
* 🧹 Remove flags (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/))
229+
* 🧹 Remove alternative names (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/#alternative-linter-names))
230+
* 🧹 Remove or replace deprecated elements (cf. [Migration guide](https://golangci-lint.run/docs/product/migration-guide/))
231231
* Adds an option to display some commands as JSON:
232232
* `golangci-lint config path --json`
233233
* `golangci-lint help linters --json`
@@ -236,7 +236,7 @@ The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Do
236236
* `golangci-lint formatters --json`
237237
* `golangci-lint version --json`
238238
6. Documentation
239-
* [Migration guide](https://golangci-lint.run/product/migration-guide/)
239+
* [Migration guide](https://golangci-lint.run/docs/product/migration-guide/)
240240

241241
### v1.64.8
242242

@@ -635,7 +635,7 @@ Cancelled due to a CI problem.
635635
* Keep only `typecheck` issues when needed
636636
* Don't hide `typecheck` errors inside diff processor
637637
5. Misc.
638-
* ⚠️ 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))
639639
* [`deadcode`](https://github.com/remyoudompheng/go-misc/tree/HEAD/deadcode): deprecated since v1.49.0 (2022-08-23).
640640
* [`exhaustivestruct`](https://github.com/mbilski/exhaustivestruct): deprecated since v1.46.0 (2022-05-08).
641641
* [`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:
709709
* `wrapcheck`: from 2.8.1 to 2.8.3
710710
* Disable `copyloopvar` and `intrange` on Go < 1.22
711711
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/
713713
* Allow running only a specific linter without modifying the file configuration (`--enable-only`)
714714
* Allow custom sort order for the reports (`output.sort-order`)
715715
* 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:
729729
* Improve 'no go files to analyze' message
730730
* Use `GOTOOLCHAIN=auto` inside the Docker images
731731
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
733733
* 🎉Use information from the previous release to create linter pages
734734
* Publish JSON schema on https://golangci-lint.run/jsonschema/golangci.jsonschema.json
735735
* Reorganize documentation pages
@@ -1664,8 +1664,8 @@ IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
16641664
* `wastedassign`: bump to v0.2.0
16651665
* `wrapcheck`: bump to v1.0.0
16661666
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
16691669
* adding missing format options
16701670
* fix typos
16711671
4. Misc:

0 commit comments

Comments
 (0)