From afe1e4cfcd56e7bc1d5442b53f9e32b9e7322d9e Mon Sep 17 00:00:00 2001
From: Deluan <deluan@navidrome.org>
Date: Thu, 25 Nov 2021 15:55:53 -0500
Subject: [PATCH] Fix lint for public credentials

---
 consts/consts.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consts/consts.go b/consts/consts.go
index 65797a623..63cf3e09d 100644
--- a/consts/consts.go
+++ b/consts/consts.go
@@ -68,7 +68,7 @@ const (
 
 // Shared secrets (only add here "secrets" that can be public)
 const (
-	LastFMAPIKey    = "9b94a5515ea66b2da3ec03c12300327e"
+	LastFMAPIKey    = "9b94a5515ea66b2da3ec03c12300327e" // nolint:gosec
 	LastFMAPISecret = "74cb6557cec7171d921af5d7d887c587" // nolint:gosec
 )