Hello!
To increase the quality of our code base, we would like to disallow checking in code with any errors, warnings, or hints as suggested in the pedantic package by Google.
However, I was not able to find any tutorials setting this up for a Flutter project in Azure Pipelines.
So does anybody have an idea on how to set up not allowing to merge code with any errors/warnings/hints in Azure Pipelines? Or can somebody guide me to a tutorial covering this?
Many thanks in advance!
Giuseppe