To avoid comments on PRs related to formatting issues or imports order, we should use linters integrated on PRs. As a proposal we can use: - Go: https://www.codefactor.io and https://golangci.com/ - Python: https://www.codefactor.io and most used linter on ML team (maybe @vmarkovtsev can give some insights here) - Scala: https://www.codefactor.io + scalacheck on CI over SBT.