-
Notifications
You must be signed in to change notification settings - Fork 12
Architecture
CfrancCyrille edited this page Oct 25, 2017
·
3 revisions
Defined all plug-in elements. These elements extends Sonar and add to it:
- languages: Specific Plug-in language
- measures: Metrics and computed measures definitions
- report: Parse a ICode CNES output report
- rules: ICode CNES rules definition
- sensor: Sensor executed by sonar-scanner into ICode CNES projects
- settings: Plug-in preferences
Define a new specific language used to:
- Aggregate ICode CNES Metrics and Rules
- Allow Sonar administrator to edit the plug-in preferences Define a default Quality Profile.
Define Metrics and computed measures.
ICode CNES output report parser and ICode CNES sensor interfaces.
Define all ICode CNES rules.
Define how to read ICode CNES output report and produce measures and issues.
Define plugin preferences.