Merge pull request #7325 from ellemouton/fixGomndLintError

lncli+docs: skip gomnd check in switch statement
This commit is contained in:
Oliver Gugger 2023-01-16 09:46:28 +01:00 committed by GitHub
commit e953034b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -1653,6 +1653,7 @@ func clearLines(count int) {
// ordinalNumber returns the ordinal number as a string of a number.
func ordinalNumber(num uint32) string {
//nolint:gomnd
switch num {
case 1:
return "1st"

View File

@ -208,6 +208,8 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100).
* [Fixed a flake in the TestMailBoxAddExpiry unit
test](https://github.com/lightningnetwork/lnd/pull/7314).
* [Fix gomnd linter error](https://github.com/lightningnetwork/lnd/pull/7325)
## `lncli`
* [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice