mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
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:
@@ -218,7 +218,7 @@ func (b *BudgetAggregator) filterInputs(inputs InputsMap) InputsMap {
|
||||
continue
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
//nolint:ll
|
||||
// Calculate the size if the input is included in the tx.
|
||||
//
|
||||
// NOTE: When including this input, we need to account the
|
||||
|
Reference in New Issue
Block a user