1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

🚨 Happy linter

This commit is contained in:
makeworld 2021-02-27 00:20:11 -05:00
parent 215f1a25ee
commit 8198aa09d0

View File

@ -65,7 +65,7 @@ func Init() error {
"couldn't delete old bookmarks file (%s), you must delete it yourself to prevent duplicate bookmarks: %w",
config.OldBkmkPath,
err,
) //nolint:goerr113
) //nolint:goerr113,nolintlint
}
config.BkmkStore = nil
}