The recommended way is called Sonar way. Is this naming ok?
By default 38 code smells are enabled, the only one bug rule is disabled.
For customized profiles, the number of disabled rules compared to the recommended Sonar way is displayed. For this plugin it is not taken into account that the bug rule is already disabled in the recommended "Sonar way rules". For 21 rules anabled the expected difference to 38 default enabled rules is 17, not 18.

I just tested with typescript plugin by creating a copy and disabling some rules. There the behavior is as expected (would be 17).
The recommended way is called Sonar way. Is this naming ok?
By default 38 code smells are enabled, the only one bug rule is disabled.
For customized profiles, the number of disabled rules compared to the recommended Sonar way is displayed. For this plugin it is not taken into account that the bug rule is already disabled in the recommended "Sonar way rules". For 21 rules anabled the expected difference to 38 default enabled rules is 17, not 18.
I just tested with typescript plugin by creating a copy and disabling some rules. There the behavior is as expected (would be 17).