generated from vkatsuba/rebar3_plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
rebar3_sheldon version
OS version
macOS 11.6
Description
- Motivation
I want this plugin to be more similar to others.
As a user, I want to know when the plugin is running. - Proposal
Add an extra message on the logs when the plugin starts running, similar to what other plugins do…
Current behavior
- If there are warnings
$ rebar3 spellcheck
===> …some bazinga…
…
$- If there are no warnings
$ rebar3 spellcheck
$(Nothing is printed out)
Expected behavior
- If there are warnings
$ rebar3 spellcheck
===> Sheldon is reading your files...
===> …some bazinga…
…
$- If there are no warnings
$ rebar3 spellcheck
===> Sheldon is reading your files...
$Notes
This is how rebar3_hank does it…
rebar_api:info("Looking for code to kill with fire...", []),Metadata
Metadata
Assignees
Labels
No labels