I've defined a quality profile containing rules from the sonar analyzer, PMD and Findbugs. However if I want to check those rules in the IDE (IntelliJ IDEA and Eclipse) only the sonar rules are applied (by design). I'd prefer sonarqube server to be the single source of truth and thererfore want to use PMD and Findbugs rules defined on the sonarqube server in my IDE. As far as I know it is not possible to export an PMD or Findbugs config file from sonarqube server.
What is the best way, to use sonarqube server as the single source of truth regarding static coded analysis and using PMD and Findbugs rules defined on the sonarqube server inside an IDE?