pending.nvim/spec
Barrett Ruth 4f60433684 fix: resolve selene lint warnings and errors
Problem: unused variables (undo_state, sha_result, date match
captures) and duplicate if/else branches in gcal sync triggered
selene warnings and errors.

Solution: prefix unused state with underscore, simplify date
validation to a single pattern match, remove dead sha_result
call, and merge duplicate event deletion branches into a single
condition.
2026-02-24 15:20:06 -05:00
..
diff_spec.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
parse_spec.lua fix: resolve selene lint warnings and errors 2026-02-24 15:20:06 -05:00
store_spec.lua fix: correct buffer parser and timestamp test 2026-02-24 15:19:59 -05:00