You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
WhitespaceAroundCheck - new option
NoWhitespaceBefore - new token type
NPathComplexityCheck - !!! removal of option for Sonar !!!. Need to be retested with existing rule in 7.5 and upgrade to 7.6
The text was updated successfully, but these errors were encountered:
In existing Rules new options and new token values(even default) are not shown in UI - to get access to new options and tokens values user need to create new Rule from template.
Default tokens are stored explicitly in Sonar DB config so they will not be applied automatically.
NPathComplexityCheck - works fine.
If user had rule active, he need to recreate it. If still a problem, token property need to be set manually in DB tables to default values.
after release of checkstyle 7.6
http://checkstyle.sourceforge.net/releasenotes.html#Release_7.6 ,
upgrade version at https://github.com/checkstyle/sonar-checkstyle/edit/master/pom.xml#L88
Summary:
WhitespaceAroundCheck - new option
NoWhitespaceBefore - new token type
NPathComplexityCheck - !!! removal of option for Sonar !!!. Need to be retested with existing rule in 7.5 and upgrade to 7.6
The text was updated successfully, but these errors were encountered: