hipstersmoothie/eslint-formatter-github

More clear instructions on setup

wolasss opened this issue · 3 comments

Hey, thanks for this app.

I am trying to integrate it into my repository so that it runs eslint in PR's but I am not sure what are the correct steps to install the app:

You will need to install the github app to your repo.

Then just use the formatter and it will report errors and warnings on PRs!

eslint --format github file.js

The usage section in the readme is very unclear about this. I installed the app on github, added the formatter to the repository and nothing is happening.

Then just use the formatter and it will report errors and warnings on PRs Where should I use this formatter? On CI? Locally when I run the eslint command :) ? Please point me in the right direction.

It should only happen on the CI when building a PR. PRs welcome! Docs sometimes aren't my strong suit

Hi, I too wanted to test this but have no luck. Does this only output into annotations for use in GH Checks API? Run on which CI?

Hit this today.
No luck getting this to work based on docs.
Any pointers? @hipstersmoothie