doc: add missing fields to .golangci.reference.yml (#4285)
This commit is contained in:
parent
f921f000f8
commit
5ac0d51866
@ -70,6 +70,15 @@ run:
|
|||||||
# Default: false
|
# Default: false
|
||||||
allow-parallel-runners: false
|
allow-parallel-runners: false
|
||||||
|
|
||||||
|
# Allow multiple golangci-lint instances running, but serialize them around a lock.
|
||||||
|
# If false, golangci-lint exits with an error if it fails to acquire file lock on start.
|
||||||
|
# Default: false
|
||||||
|
allow-serial-runners: true
|
||||||
|
|
||||||
|
# Print avg and max memory usage of golangci-lint and total time.
|
||||||
|
# Default: false
|
||||||
|
print-resources-usage: true
|
||||||
|
|
||||||
# Define the Go version limit.
|
# Define the Go version limit.
|
||||||
# Mainly related to generics support since go1.18.
|
# Mainly related to generics support since go1.18.
|
||||||
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
|
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
|
||||||
@ -2698,6 +2707,9 @@ issues:
|
|||||||
# Default: false
|
# Default: false
|
||||||
fix: true
|
fix: true
|
||||||
|
|
||||||
|
# Show issues in any part of update files (requires new-from-rev or new-from-patch).
|
||||||
|
# Default: false
|
||||||
|
whole-files: true
|
||||||
|
|
||||||
severity:
|
severity:
|
||||||
# Set the default severity for issues.
|
# Set the default severity for issues.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user