We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d451c22 commit 567a7f8Copy full SHA for 567a7f8
pkg/result/processors/max_per_file_from_linter.go
@@ -16,9 +16,8 @@ type MaxPerFileFromLinter struct {
16
var _ Processor = &MaxPerFileFromLinter{}
17
18
func NewMaxPerFileFromLinter(cfg *config.Config) *MaxPerFileFromLinter {
19
- maxPerFileFromLinterConfig := map[string]int{
20
- "typecheck": 3,
21
- }
+ maxPerFileFromLinterConfig := map[string]int{}
+
22
if !cfg.Issues.NeedFix {
23
// if we don't fix we do this limiting to not annoy user;
24
// otherwise we need to fix all issues in the file at once
0 commit comments