mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
fix: lint issue
This commit is contained in:
parent
0d147cbe2a
commit
ec74411aa1
@ -22,7 +22,7 @@ func (l Logger) Init(info logr.RuntimeInfo) {
|
||||
}
|
||||
|
||||
func (l Logger) Enabled(level int) bool {
|
||||
return log.AtomicLevel().Enabled(zapcore.Level(-1 * level))
|
||||
return log.AtomicLevel().Enabled(zapcore.Level(-1 * level)) //nolint:gosec
|
||||
}
|
||||
|
||||
func (l Logger) Info(level int, msg string, keysAndValues ...interface{}) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user