pending.nvim/lua/todo
Barrett Ruth b00a4f01d4 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
..
sync fix: resolve selene lint warnings and errors 2026-02-24 15:20:06 -05:00
buffer.lua feat(buffer): add scratch buffer with concealment and extmarks 2026-02-24 15:09:29 -05:00
config.lua feat(config): add configuration module 2026-02-24 15:08:59 -05:00
diff.lua fix: correct buffer parser and timestamp test 2026-02-24 15:19:59 -05:00
health.lua feat(health): add checkhealth integration 2026-02-24 15:09:58 -05:00
init.lua fix: resolve selene lint warnings and errors 2026-02-24 15:20:06 -05:00
parse.lua feat(parse): add inline metadata parser 2026-02-24 15:09:15 -05:00
store.lua feat(store): add JSON data store with CRUD operations 2026-02-24 15:09:07 -05:00
views.lua feat(views): add category and priority view renderers 2026-02-24 15:09:22 -05:00