简体   繁体   中英

SonarQube Plugin create new rules after server start

I want to create a SonarQube plugin which provides the functionality of rule creation. The rules are ought to be provided by an importer which parses a however-looking (custom) definition file and creates (custom) rules from that definition file. This importer is started by user action.

I did not found a possibility to create new rules after server start. Do you know a way of doing this?

The only way to do this is through rule templates . Otherwise, all rules must be registered at server startup.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM