|
|
|
|
|
by azov
721 days ago
|
|
It depends. If your codebase is already free of lint warnings - adding a blocking check to prevent new ones is no big deal. But if your blocking check means that everyone has to drop everything and spend a week fixing code - of course this won't be smooth. PS. Also, it’s a good idea to have manual override for whatever autoblocks you set up. Most linters already come with this feature. |
|