jfmengels/node-elm-review

Report error when running with "suppress --watch"

Open

#94 opened on Dec 17, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Elm (27 forks)github user discovery
good first issue

Repository metrics

Stars
 (55 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When we run elm-review suppress --watch, the tool currently just does a review, not a suppression.

I don't think this combination makes sense (feedback or use-cases welcome!) so we should report an error if both are used together.

Contributor guide