File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1254,7 +1254,7 @@ linters-settings:
1254
1254
failOn : dsl,import
1255
1255
# Comma-separated list of file paths containing ruleguard rules.
1256
1256
# 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.
1258
1258
# Glob patterns such as 'rules-*.go' may be specified.
1259
1259
# Default: ""
1260
1260
rules : ' ${configDir}/ruleguard/rules-*.go,${configDir}/myrule1.go'
Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ linters-settings:
1248
1248
failOn : dsl,import
1249
1249
# Comma-separated list of file paths containing ruleguard rules.
1250
1250
# 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.
1252
1252
# Glob patterns such as 'rules-*.go' may be specified.
1253
1253
# Default: ""
1254
1254
rules : ' ${configDir}/ruleguard/rules-*.go,${configDir}/myrule1.go'
You can’t perform that action at this time.
0 commit comments