Changed /analysis/<package>/<version> endpoint to return an array of analysis.
- In a single request, the result will be an json array that contains analysis of each analyzer that was previous configured to analyze the current package;
- On each analysis, the current json will return the number of each report type, like style, error and warning.
Merge Description
Changed
/analysis/<package>/<version>endpoint to return an array of analysis.- In a single request, the result will be an json array that contains analysis of each analyzer that was previous configured to analyze the current package;
- On each analysis, the current json will return the number of each report type, like
style,errorandwarning.Observations