multi: rename nolint:lll to nolint:ll

Find and replace all nolint instances refering to the `lll` linter and
replace with `ll` which is the name of our custom version of the `lll`
linter which can be used to ignore log lines during linting.

The next commit will do the configuration of the custom linter and
disable the default one.
This commit is contained in:
Elle Mouton
2024-11-29 11:16:13 +02:00
parent 88f5369066
commit ab7aae0708
123 changed files with 286 additions and 286 deletions

View File

@@ -8,7 +8,7 @@ import (
// RoutingConfig contains the configurable parameters that control routing.
//
//nolint:lll
//nolint:ll
type RoutingConfig struct {
// ProbabilityEstimatorType sets the estimator to use.
ProbabilityEstimatorType string `long:"estimator" choice:"apriori" choice:"bimodal" description:"Probability estimator used for pathfinding." `
@@ -48,7 +48,7 @@ type RoutingConfig struct {
// AprioriConfig defines parameters for the apriori probability.
//
//nolint:lll
//nolint:ll
type AprioriConfig struct {
// HopProbability is the assumed success probability of a hop in a route
// when no other information is available.
@@ -73,7 +73,7 @@ type AprioriConfig struct {
// BimodalConfig defines parameters for the bimodal probability.
//
//nolint:lll
//nolint:ll
type BimodalConfig struct {
// Scale describes the scale over which channels still have some
// liquidity left on both channel ends. A value of 0 means that we