We should have a tool that automatically checks code format before merging a PR. This might look redundant but the "developer side" could always have errors. A good option would be https://houndci.com.
The purpose of this tool is that PR cannot be merger if code format is not correct. |
|