SonarLint for eclipse doesn't show tips for some rules of Java language

I know the root cause. It is because these rules are default not activated. I shoud copy the built-in profile and activate them, then Update All Project Bindings from SonarLint.

I have another question, how to enable the checkstyle rules from SonarLint?
I’ve added checkstyle plugin to SonarQube plugins folder and I saw the checkstyle rules appears from SonarQube website “Rules” page. After I ran mvn sonar:sonar command, I could saw checkstyle Code Smells from SonarQube website. I hope SonarLint could show these Code Smells from eclipse code editor.