Files
elixir-patterns/smells
OpenClaw f595b91030 fix: update drifted citation line numbers
- option_parser.ex: String.to_existing_atom/1 is at line 859, not 855
  (line 855 is the String.to_atom clause for allow_nonexistent_atoms)
- logger test_helper.exs: capture_log after clause spans lines 57-65,
  not 57-62 (the 'after' keyword is at line 64, restore at line 65)
2026-05-06 17:17:10 -07:00
..