Shows how to write a SonarQube plugin compatible with SonarQube 6.7 LTS
- run "npm install" to setup your env
- run "npm test" to trigger your tests
- run "npm start" to start a proxy http server on port 3000 to debug your JS code
Shows how to write a SonarQube plugin compatible with SonarQube 6.7 LTS