simpleshop_theme/lib/mix/tasks
jamey eaa4bbb3fa add CI pipeline with credo and dialyzer
mix ci alias: compile --warning-as-errors, format --check-formatted,
credo, dialyzer, test. Credo configured with sensible defaults.
Dialyzer ignore file for false positives (Stripe types, Mix tasks,
ExUnit internals). Credo fixes: map_join, filter consolidation,
nesting extraction, cond→if simplification.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 15:19:42 +00:00
..
simpleshop feat: add product image download pipeline for PageSpeed 100% 2026-02-01 00:26:19 +00:00
generate_mockups.ex add CI pipeline with credo and dialyzer 2026-02-08 15:19:42 +00:00
optimize_images.ex feat: enhance image optimization with on-demand JPEG fallbacks 2026-01-25 00:33:09 +00:00
register_webhooks.ex feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00