Skip to content

Update Makefile warning for markdownlint not installed

Terri Chu requested to merge tchu-update-makefile-warning-for-markdownlint into master

What does this Merge Request do?

I ran into a warning when setting up lefthook that was confusing so I'm opening this MR to make the warning more clear about what software is missing.

The warning calls out markdownlint (which I found and installed) but it is really looking for markdownlint-cli so I updated the message to be more specific.

Lefthook v0.7.2
RUNNING HOOKS GROUP: pre-push

  EXECUTE > test
WARNING: markdownlint is not installed.
WARNING: shellcheck is not installed.

SUMMARY: (done in 0.62 seconds)
✔️  test

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports