Skip to content

Commit 5491bc2

Browse files
committed
chore: update libnks
1 parent db9d428 commit 5491bc2

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See [contributing quick start](https://golangci-lint.run/contributing/quick-start/) on our website.
1+
See [contributing quick start](https://golangci-lint.run/docs/contributing/) on our website.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ body:
1111
required: true
1212
- label: Yes, I've searched similar [issues on GitHub](https://github.com/golangci/golangci-lint/issues) and didn't find any.
1313
required: true
14-
- label: Yes, I've read the `typecheck` section of the [FAQ](https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors).
14+
- label: Yes, I've read the `typecheck` section of the [FAQ](https://golangci-lint.run/docs/welcome/faq/#why-do-you-have-typecheck-errors).
1515
required: true
16-
- label: Yes, I've tried with the standalone [linter](https://golangci-lint.run/linters/) if available (e.g., gocritic, go vet, etc.).
16+
- label: Yes, I've tried with the standalone [linter](https://golangci-lint.run/docs/linters/) if available (e.g., gocritic, go vet, etc.).
1717
required: true
1818
- label: I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
1919
required: true

.github/boring-cyborg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ firstPRWelcomeComment: Hey, thank you for opening your first Pull Request !
33
# Comment to be posted to on first time issues
44
firstIssueWelcomeComment: >
55
Hey, thank you for opening your first Issue ! 🙂
6-
If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/contributing/quick-start/).
6+
If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/docs/contributing/).

.github/new-linter-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order for a pull request adding a linter to be reviewed, the linter and the P
1313
- [ ] It must have a valid license (AGPL is not allowed), and the file must contain the required information by the license, ex: author, year, etc.
1414
- [ ] It must use Go version <= 1.22.0
1515
- [ ] The linter repository must have a CI and tests.
16-
- [ ] It must use [`go/analysis`](https://golangci-lint.run/contributing/new-linters/).
16+
- [ ] It must use [`go/analysis`](https://golangci-lint.run/docs/contributing/new-linters/).
1717
- [ ] It must have a valid tag, ex: `v1.0.0`, `v0.1.0`.
1818
- [ ] It must not contain `init()`.
1919
- [ ] It must not contain `panic()`.

.github/peril/rules/invite-collaborator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Hey, @${username} — we just merged your PR to \`golangci-lint\`! 🔥🚀
77
This will add you to our team of maintainers. Accept the invite by visiting [this link](https://github.com/orgs/golangci/invitation).
88
99
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests.
10-
More information about contributing is [here](https://golangci-lint.run/contributing/quick-start/).
10+
More information about contributing is [here](https://golangci-lint.run/docs/contributing/).
1111
1212
Thanks again!
1313
`;

.golangci.next.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: "2"
1111
linters:
1212
# Default set of linters.
1313
# The value can be:
14-
# - `standard`: https://golangci-lint.run/linters/#enabled-by-default
14+
# - `standard`: https://golangci-lint.run/docs/linters/#enabled-by-default
1515
# - `all`: enables all linters by default.
1616
# - `none`: disables all linters by default.
1717
# - `fast`: enables only linters considered as "fast" (`golangci-lint help linters --json | jq '[ .[] | select(.fast==true) ] | map(.name)'`).

.golangci.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: "2"
1111
linters:
1212
# Default set of linters.
1313
# The value can be:
14-
# - `standard`: https://golangci-lint.run/linters/#enabled-by-default
14+
# - `standard`: https://golangci-lint.run/docs/linters/#enabled-by-default
1515
# - `all`: enables all linters by default.
1616
# - `none`: disables all linters by default.
1717
# - `fast`: enables only linters considered as "fast" (`golangci-lint help linters --json | jq '[ .[] | select(.fast==true) ] | map(.name)'`).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ integrates with all major IDEs, and includes over a hundred linters.
1313

1414
## Install `golangci-lint`
1515

16-
- [On my machine](https://golangci-lint.run/welcome/install/#local-installation);
17-
- [On CI/CD systems](https://golangci-lint.run/welcome/install/#ci-installation).
16+
- [On my machine](https://golangci-lint.run/docs/welcome/install/#local-installation);
17+
- [On CI/CD systems](https://golangci-lint.run/docs/welcome/install/#ci-installation).
1818

1919
## Documentation
2020

@@ -31,7 +31,7 @@ Documentation is hosted at https://golangci-lint.run.
3131

3232
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
3333
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
34-
[![Linter Authors](https://img.shields.io/badge/Linter_Authors-Donate-blue?style=for-the-badge)](https://golangci-lint.run/product/thanks/)
34+
[![Linter Authors](https://img.shields.io/badge/Linter_Authors-Donate-blue?style=for-the-badge)](https://golangci-lint.run/docs/product/thanks/)
3535

3636
`golangci-lint` is a free and open-source project built by volunteers.
3737

@@ -47,7 +47,7 @@ If you value it, consider supporting us, we appreciate it! :heart:
4747

4848
## Contributors
4949

50-
This project exists thanks to all the people who contribute. [How to contribute](https://golangci-lint.run/contributing/quick-start/).
50+
This project exists thanks to all the people who contribute. [How to contribute](https://golangci-lint.run/docs/contributing/).
5151

5252
<a href="https://github.com/golangci/golangci-lint/graphs/contributors">
5353
<img src="https://opencollective.com/golangci-lint/contributors.svg?width=890&button=false&skip=golangcidev,CLAassistant,renovate,fossabot,golangcibot,kortschak,golangci-releaser,dependabot%5Bbot%5D" />

pkg/commands/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (c *migrateCommand) execute(_ *cobra.Command, _ []string) error {
9393
}
9494

9595
c.log.Warnf("The configuration comments are not migrated.")
96-
c.log.Warnf("Details about the migration: https://golangci-lint.run/product/migration-guide/")
96+
c.log.Warnf("Details about the migration: https://golangci-lint.run/docs/product/migration-guide/")
9797

9898
c.log.Infof("Migrating v1 configuration file: %s", srcPath)
9999

pkg/config/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func (l *Loader) appendStringSlice(name string, current *[]string) {
153153
func (l *Loader) checkConfigurationVersion() error {
154154
if l.cfg.GetConfigDir() != "" && l.cfg.Version != "2" {
155155
return fmt.Errorf("unsupported version of the configuration: %q "+
156-
"See https://golangci-lint.run/product/migration-guide for migration instructions", l.cfg.Version)
156+
"See https://golangci-lint.run/docs/product/migration-guide for migration instructions", l.cfg.Version)
157157
}
158158

159159
return nil

0 commit comments

Comments
 (0)