dev: fix broken links to the website (#4656)
This commit is contained in:
parent
b7c7a1d9b2
commit
3ba2604b00
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -11,7 +11,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: Yes, I've searched similar issues on GitHub and didn't find any.
|
- label: Yes, I've searched similar issues on GitHub and didn't find any.
|
||||||
required: true
|
required: true
|
||||||
- label: Yes, I've read the typecheck section of the FAQ (https://golangci-lint.run/usage/faq/#why-do-you-have-typecheck-errors).
|
- label: Yes, I've read the typecheck section of the FAQ (https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors).
|
||||||
required: true
|
required: true
|
||||||
- label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
|
- label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
|
||||||
required: true
|
required: true
|
||||||
|
@ -127,7 +127,7 @@ func (b *PluginGoBuilder) lookupAnalyzerPlugin(plug *plugin.Plugin) ([]*analysis
|
|||||||
}
|
}
|
||||||
|
|
||||||
b.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please use the new plugin signature: " +
|
b.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please use the new plugin signature: " +
|
||||||
"https://golangci-lint.run/contributing/new-linters/#create-a-plugin")
|
"https://golangci-lint.run/plugins/go-plugins#create-a-plugin")
|
||||||
|
|
||||||
analyzerPlugin, ok := symbol.(AnalyzerPlugin)
|
analyzerPlugin, ok := symbol.(AnalyzerPlugin)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user