Skip to content

Commit 10e7133

Browse files
authored
docs: link fixes (#3142)
1 parent bddc63a commit 10e7133

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.golangci.reference.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ linters-settings:
716716
# Default: 1.13
717717
# Deprecated: use the global `run.go` instead.
718718
go: "1.15"
719-
# https://staticcheck.io/docs/options#checks
719+
# https://staticcheck.io/docs/configuration/options/#checks
720720
# Default: ["*"]
721721
checks: [ "all" ]
722722

@@ -1585,7 +1585,7 @@ linters-settings:
15851585
# Default: "1.13"
15861586
# Deprecated: use the global `run.go` instead.
15871587
go: "1.15"
1588-
# https://staticcheck.io/docs/options#checks
1588+
# https://staticcheck.io/docs/configuration/options/#checks
15891589
# Default: ["*"]
15901590
checks: [ "all" ]
15911591

@@ -1594,17 +1594,17 @@ linters-settings:
15941594
# Default: 1.13
15951595
# Deprecated: use the global `run.go` instead.
15961596
go: "1.15"
1597-
# https://staticcheck.io/docs/options#checks
1597+
# https://staticcheck.io/docs/configuration/options/#checks
15981598
# Default: ["*"]
15991599
checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
1600-
# https://staticcheck.io/docs/options#dot_import_whitelist
1600+
# https://staticcheck.io/docs/configuration/options/#dot_import_whitelist
16011601
# Default: ["github.com/mmcloughlin/avo/build", "github.com/mmcloughlin/avo/operand", "github.com/mmcloughlin/avo/reg"]
16021602
dot-import-whitelist:
16031603
- fmt
1604-
# https://staticcheck.io/docs/options#initialisms
1604+
# https://staticcheck.io/docs/configuration/options/#initialisms
16051605
# Default: ["ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS", "SIP", "RTP", "AMQP", "DB", "TS"]
16061606
initialisms: [ "ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS", "SIP", "RTP", "AMQP", "DB", "TS" ]
1607-
# https://staticcheck.io/docs/options#http_status_code_whitelist
1607+
# https://staticcheck.io/docs/configuration/options/#http_status_code_whitelist
16081608
# Default: ["200", "400", "404", "500"]
16091609
http-status-code-whitelist: [ "200", "400", "404", "500" ]
16101610

@@ -1882,7 +1882,7 @@ linters:
18821882
# Default: false
18831883
disable-all: true
18841884
# Enable specific linter
1885-
# https://golangci-lint.run/usage/linters/#enabled-by-default-linters
1885+
# https://golangci-lint.run/usage/linters/#enabled-by-default
18861886
enable:
18871887
- asasalint
18881888
- asciicheck
@@ -1987,7 +1987,7 @@ linters:
19871987
# Default: false
19881988
enable-all: true
19891989
# Disable specific linter
1990-
# https://golangci-lint.run/usage/linters/#disabled-by-default-linters--e--enable
1990+
# https://golangci-lint.run/usage/linters/#disabled-by-default
19911991
disable:
19921992
- asasalint
19931993
- asciicheck
@@ -2215,7 +2215,7 @@ severity:
22152215
# this will be the default severity applied.
22162216
# Severities should match the supported severity names of the selected out format.
22172217
# - Code climate: https://docs.codeclimate.com/docs/issues#issue-severity
2218-
# - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#severity
2218+
# - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#SeverityLevel
22192219
# - GitHub: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
22202220
#
22212221
# Default value is an empty string.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
88
1. new linters
99
* `interfacebloat`: https://github.com/sashamelentyev/interfacebloat
1010
* `logrlint`: https://github.com/timonwong/logrlint
11-
* `reassign`: https://github.com/curioswitch/go-reass
11+
* `reassign`: https://github.com/curioswitch/go-reassign
1212
2. updated linters
1313
* `go-colorable`: from 0.1.12 to 0.1.13
1414
* `go-critic`: from 0.6.3 to 0.6.4

0 commit comments

Comments
 (0)