docs: change Github to GitHub in comments and docs (#2341)
This commit is contained in:
parent
1be9570abf
commit
f9f6486e15
@ -807,7 +807,7 @@ severity:
|
||||
# selected out format.
|
||||
# - Code climate: https://docs.codeclimate.com/docs/issues#issue-severity
|
||||
# - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#severity
|
||||
# - Github: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
|
||||
# - GitHub: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
|
||||
default-severity: error
|
||||
|
||||
# The default value is false.
|
||||
|
@ -24,7 +24,7 @@ Documentation is hosted at https://golangci-lint.run.
|
||||
[](/LICENSE)
|
||||
[](https://github.com/golangci/golangci-lint/releases/latest)
|
||||
[](https://hub.docker.com/r/golangci/golangci-lint)
|
||||
[](https://somsubhra.github.io/github-release-stats/?username=golangci&repository=golangci-lint)
|
||||
[](https://somsubhra.github.io/github-release-stats/?username=golangci&repository=golangci-lint)
|
||||
|
||||
## Contributors
|
||||
|
||||
|
@ -9,7 +9,7 @@ import { IconContainer } from "lib/icons";
|
||||
[](/LICENSE)
|
||||
[](https://github.com/golangci/golangci-lint/releases/latest)
|
||||
[](https://hub.docker.com/r/golangci/golangci-lint)
|
||||
[](https://somsubhra.com/github-release-stats/?username=golangci&repository=golangci-lint)
|
||||
[](https://somsubhra.com/github-release-stats/?username=golangci&repository=golangci-lint)
|
||||
|
||||
`golangci-lint` is a Go linters aggregator.
|
||||
|
||||
|
@ -13,7 +13,7 @@ type github struct {
|
||||
|
||||
const defaultGithubSeverity = "error"
|
||||
|
||||
// NewGithub output format outputs issues according to Github actions format:
|
||||
// NewGithub output format outputs issues according to GitHub actions format:
|
||||
// https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
|
||||
func NewGithub() Printer {
|
||||
return &github{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user