ICTU / sonar

A SonarQube image containing plugins, profiles and config used at ICTU
Apache License 2.0
4 stars 1 forks source link

Add a test for: EXTENDED profile parent is changed to new profile #73

Open bousch opened 7 months ago

bousch commented 7 months ago

Consider adding a test for the feature described below:

After a new profile is created for a language and the current Default profile for the language is an extended profile that has a name that ends with "EXTENDED" then the newly created profile will be set as the new parent of the "EXTENDED" profile.

The feature is implemented here: https://github.com/ICTU/sonar/blob/e9505d43085c7545876cc98bff55d02c30822ef6/start-with-profile.sh#L222