This commit is contained in:
Daniel Danner 2025-11-04 23:11:58 -08:00 committed by GitHub
commit 3d97b825f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ local M = {}
M.log = {
---@param opts {updated?:boolean, check?: boolean}
skip = function(plugin, opts)
if opts.check and plugin.pin then
if opts.check and plugin.pin and not Config.options.checker.check_pinned then
return true
end
if opts.updated and not (plugin._.updated and plugin._.updated.from ~= plugin._.updated.to) then