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.
- create new profile (it's empty @ point)
- go rules page
- use quality profile facet search rules active in first source profile - click on profile, , 'active'
- use bulk change activate them in new profile
- 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
Post a Comment