Friday, 3 August 2018

Static analysis using ESLint with snapshot

We're using ESLint in our company in order to detect errors, that break the build and block the deploy, but we also have some other rules which trigger some warnings in our console.

We want to see those warnings in a timeline, so we'll be able to check if we are improving our tech debts or not.

I tried SonarEsLintPlugin in SonarQube but it does not work properly in version 7+

Anyone knows other way to have ESLint timeline snapshots?



from Static analysis using ESLint with snapshot

No comments:

Post a Comment