Use `mix format` (from Elixir 1.6() instead of credo
未关闭
chore
enhancement
technical
- 主要语言
- Elixir
- 星标
- 33
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
描述
see: https://github.com/dwyl/github-backup/pull/21#discussion_r174291676
Instead of using Credo we can use the build in Elixir mix command `mix format` https://hexdocs.pm/mix/Mix.Tasks.Format.html
However I think Heroku buildback for Elixir still use the 1.5 version so we might need to wait a bit before using 1.6
see https://github.com/HashNuke/heroku-buildpack-elixir/blob/master/elixir_buildpack.config
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 pull request #21 中的讨论开始,检查其中引用的 Heroku Elixir buildpack 配置,以确认受支持的 Elixir 版本。检查 Credo 当前在项目中的使用方式,然后确定 `mix format` 是否可以替代它。完成标准是:由内置的 Mix 任务处理格式化,同时不破坏受支持的 Heroku build。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- elixir
- 领域
- tooling
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100