Chore: Enable exhaustive linter (#29458)
* Chore: Enable exhaustive linter Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -51,6 +51,8 @@ func (lw logWrapper) Log(level hclog.Level, msg string, args ...interface{}) {
|
||||
lw.Warn(msg, args...)
|
||||
case hclog.Error:
|
||||
lw.Error(msg, args...)
|
||||
default:
|
||||
// TODO: Handle hclog.NoLevel
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user