elm-analyse
Elmコードのきな臭いところを見つけ出す解析ツール
CLIでも結果を吐いてくれるし、サーバを起動してWebUIで読むこともできる
例)open importとか
code:elm
import Hoge exposing (..)
code:sh
Importing all from module Hoge at ...
WebUIで見る場合こんな感じ
(GitHubより)
https://raw.githubusercontent.com/stil4m/elm-analyse/master/images/dashboard.png
https://raw.githubusercontent.com/stil4m/elm-analyse/master/images/single-message.png
結構人気だと思う
AtomのBuild Pluginを作ってみました。まだバグもあると思いますが、手元では使っています。
atom-buildはlinterのbufferデコレーション機能に乗っかっているのでlintと同じような見た目の警告になります
linter-ui-defaultのバグで例外が吐かれることがあるかも
コメント
めっちゃ画像小さいので、大事なところトリミングしてくれると助かるかもです! /ababup1192/ababup1192.icon
とりあえずstrong記法で拡大表示した