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.
|
# selected out format.
|
||||||
# - Code climate: https://docs.codeclimate.com/docs/issues#issue-severity
|
# - Code climate: https://docs.codeclimate.com/docs/issues#issue-severity
|
||||||
# - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#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
|
default-severity: error
|
||||||
|
|
||||||
# The default value is false.
|
# The default value is false.
|
||||||
|
@ -24,7 +24,7 @@ Documentation is hosted at https://golangci-lint.run.
|
|||||||
[](/LICENSE)
|
[](/LICENSE)
|
||||||
[](https://github.com/golangci/golangci-lint/releases/latest)
|
[](https://github.com/golangci/golangci-lint/releases/latest)
|
||||||
[](https://hub.docker.com/r/golangci/golangci-lint)
|
[](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
|
## Contributors
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ import { IconContainer } from "lib/icons";
|
|||||||
[](/LICENSE)
|
[](/LICENSE)
|
||||||
[](https://github.com/golangci/golangci-lint/releases/latest)
|
[](https://github.com/golangci/golangci-lint/releases/latest)
|
||||||
[](https://hub.docker.com/r/golangci/golangci-lint)
|
[](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.
|
`golangci-lint` is a Go linters aggregator.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ type github struct {
|
|||||||
|
|
||||||
const defaultGithubSeverity = "error"
|
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
|
// https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
|
||||||
func NewGithub() Printer {
|
func NewGithub() Printer {
|
||||||
return &github{}
|
return &github{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user