Fix lint for public credentials
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ const (
|
|||||||
|
|
||||||
// Shared secrets (only add here "secrets" that can be public)
|
// Shared secrets (only add here "secrets" that can be public)
|
||||||
const (
|
const (
|
||||||
LastFMAPIKey = "9b94a5515ea66b2da3ec03c12300327e"
|
LastFMAPIKey = "9b94a5515ea66b2da3ec03c12300327e" // nolint:gosec
|
||||||
LastFMAPISecret = "74cb6557cec7171d921af5d7d887c587" // nolint:gosec
|
LastFMAPISecret = "74cb6557cec7171d921af5d7d887c587" // nolint:gosec
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user