sonarlint - Sonar Lint eclipse plugin project report -


i have sonar lint eclipse plugin installed on eclipse. plugin working perfectly, need run sonar checks not on single file, on whole project.

i did research , learned cli interface of sonar can achieve such thing , can generate html report, 1 reason or other documentation not obvious it.

any or direction appreciated.

in ides, sonarlint focuses on analyzing files edited, catch issues possible. idea prevent new issues introduced, more detect existing problems.

sonarlint cli designed check issues on projects not using supported ides, before committing code.

analyzing files not supported might implemented later @ point. currently, concentrated in making sonarlint eclipse efficient possible in analyzing code edited.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -