mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
multi: skip checking long lines for config files
This commit is contained in:
@@ -50,6 +50,8 @@ const (
|
||||
)
|
||||
|
||||
// DB holds database configuration for LND.
|
||||
//
|
||||
// nolint:lll
|
||||
type DB struct {
|
||||
Backend string `long:"backend" description:"The selected database backend."`
|
||||
|
||||
|
Reference in New Issue
Block a user