multi: skip checking long lines for config files

This commit is contained in:
yyforyongyu
2022-10-20 16:48:19 +08:00
parent 3e593be053
commit 4db6617d45
25 changed files with 48 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ var (
// HealthCheckConfig contains the configuration for the different health checks
// the lnd runs.
//
// nolint:lll
type HealthCheckConfig struct {
ChainCheck *CheckConfig `group:"chainbackend" namespace:"chainbackend"`