Skip to content

Commit c43e5e3

Browse files
committed
chore: fix typo
1 parent 521ea74 commit c43e5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.next.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ linters-settings:
12541254
failOn: dsl,import
12551255
# Comma-separated list of file paths containing ruleguard rules.
12561256
# If a path is relative, it is relative to the directory where the golangci-lint command is executed.
1257-
# The special '${configDir}' variable is substituted with the absolute directory containing the golangci config file.
1257+
# The special '${configDir}' variable is substituted with the absolute directory containing the golangci-lint config file.
12581258
# Glob patterns such as 'rules-*.go' may be specified.
12591259
# Default: ""
12601260
rules: '${configDir}/ruleguard/rules-*.go,${configDir}/myrule1.go'

.golangci.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ linters-settings:
12481248
failOn: dsl,import
12491249
# Comma-separated list of file paths containing ruleguard rules.
12501250
# If a path is relative, it is relative to the directory where the golangci-lint command is executed.
1251-
# The special '${configDir}' variable is substituted with the absolute directory containing the golangci config file.
1251+
# The special '${configDir}' variable is substituted with the absolute directory containing the golangci-lint config file.
12521252
# Glob patterns such as 'rules-*.go' may be specified.
12531253
# Default: ""
12541254
rules: '${configDir}/ruleguard/rules-*.go,${configDir}/myrule1.go'

0 commit comments

Comments
 (0)