You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix credo issues surfaced by 1.7.18 upgrade
Credo 1.7.18 tightens default checks compared to 1.7.7. All issues are
pre-existing but were hidden by the older version.
- Replace `length(list) > 0` with `list != []` in colset and doc_fields
- Name unused match variables (`_occurrence`, `_args`) to follow repo
convention
- Flatten three too-deeply-nested function bodies by extracting helpers
in arc, binding, and computation modules; behavior unchanged
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments