File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -2032,9 +2032,6 @@ linters-settings:
20322032 # Allow check for the github.com/go-logr/logr library.
20332033 # Default: true
20342034 logr : false
2035- # Allow check for the log/slog library.
2036- # Default: true
2037- slog : false
20382035 # Allow check for the "sugar logger" from go.uber.org/zap library.
20392036 # Default: true
20402037 zap : false
Original file line number Diff line number Diff line change 21112111 "type" : " boolean" ,
21122112 "default" : true
21132113 },
2114- "slog" : {
2115- "description" : " Allow check for the log/slog library." ,
2116- "type" : " boolean" ,
2117- "default" : true
2118- },
21192114 "zap" : {
21202115 "description" : " Allow check for the \" sugar logger\" from go.uber.org/zap library." ,
21212116 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments