sonarqube - Findbugs and FindSecBugs in Sonar -


i wanted have extensive static analysis of our code chose findbugs sonar profile. want have security analysis can see there's profile called findbugs security audit in sonarqube. there way can use both of them analyse our code without having create custom profile?

thanks

there not way can apply 2 different rule profiles same project @ same time. can choose 1 or other have rules both you'll either need edit 1 of them or create 3rd profile.

note not hard do.

  1. create new profile (it's empty @ point)
  2. go rules page
  3. use quality profile facet search rules active in first source profile - click on profile, , 'active'
  4. use bulk change activate them in new profile
  5. repeat steps 3 & 4 each source profile.

there's no need worry overlaps - rules active in multiple source profiles activated once , once in target profile.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -