You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elm-review currently looks in the project directory for its configuration, which means that it does not see a review folder. This is due to a hardcoded --config=. option for elm-review.
To improve support we should make this configurable.