SUSE / velum

Dashboard for CaaS Platform clusters (v1, v2 and v3)
https://www.suse.com/
Apache License 2.0
54 stars 30 forks source link

js: added eslint #663

Closed vitoravelino closed 5 years ago

vitoravelino commented 5 years ago

ESLint rules based on Portus have been added and most of the issues were fixed. The dashboard.js file was the only one postponed because there are pending PRs touching it and since there are a lot of changes, it would cause a lot of conflicts.

Also moved ESLint, rubocop and brakeman to run before specs to fail faster if there's a styling/security issue.

Signed-off-by: Vítor Avelino vavelino@suse.com

vitoravelino commented 5 years ago

Once we forward port #654 into master, I'll submit another PR with the fixes for dashboard.js or maybe rebase this one if it doesn't take too much time to port it.

vitoravelino commented 5 years ago

I've rebased the branch. Once it passes again, we can merge it. :wink: