File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 70
70
# Default: false
71
71
allow-parallel-runners : false
72
72
73
+ # Allow multiple golangci-lint instances running, but serialize them around a lock.
74
+ # If false, golangci-lint exits with an error if it fails to acquire file lock on start.
75
+ # Default: false
76
+ allow-serial-runners : true
77
+
78
+ # Print avg and max memory usage of golangci-lint and total time.
79
+ # Default: false
80
+ print-resources-usage : true
81
+
73
82
# Define the Go version limit.
74
83
# Mainly related to generics support since go1.18.
75
84
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
@@ -2698,6 +2707,9 @@ issues:
2698
2707
# Default: false
2699
2708
fix : true
2700
2709
2710
+ # Show issues in any part of update files (requires new-from-rev or new-from-patch).
2711
+ # Default: false
2712
+ whole-files : true
2701
2713
2702
2714
severity :
2703
2715
# Set the default severity for issues.
You can’t perform that action at this time.
0 commit comments