jenkins - Customize SonarQube rules of sonar-web-frontend plugin in sonar dashboard -


i configured sonarqube analyze angular 2 project example sonar-web-frontend-helloworld

and added sonar plugin jenkins , run gulp task jenkins command. worked , can view project in sonar dashboard.

but problem uses rules project not sonar server. have added web-front-end plugin in sonar server. want use set of rules while running code analyzer project. , also, using current methods disable rules have disable them rules file in project. how can improve sonar job disable rules using sonar dashboard log in admin.

sonarqube analysis use rules relevant quality profile on server. if need adjust set of rules applied, must edit profile, default profile.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -