Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.63k stars 2.83k forks source link

[bct] Investigate streamlining check reporting #36983

Open catalinaperalta opened 2 months ago

catalinaperalta commented 2 months ago

Can we streamline the way we're reporting checks to not have exceptions like we do in the case of reporting module checks?

catalinaperalta commented 1 month ago

the CodeReporter class should simply return the list of breaking changes and folks can process the list and report the changes however they want. By default the tool can just do a simple formatting call on the checker message? Or should we have a message api in each checker