Add a task for linting code using eslint

Issue #35 new
Rouven Weßling created an issue

Currently it's a pain in the behind to get eslint (or for that matter jshint + jscs) rules parsed by Bamboo. My current workaround is a custom junit formatter, that creates fake sucessful testcases so I can use bamboo's junit parser.

It would be great to have custom tasks for linters, that's aware of the semantics (no results == good) and is possibly even able to display them better based on the metadata these tools give.

Comments (1)

  1. Patrick van Vuuren

    I like this as well. Work around for me currently is using an npm script that using the eslint cli to execute it.

  2. Log in to comment