Gitlab allows you to easily measure and report code quality of your merge requests to see your linting or other code issues right in every merge request you make in a nice and concise way. I have been using SwiftLint for a very long time now in my iOS projects so I decided to integrate it to the Gitlab code quality flow. This is quite easy because SwifLint can generate a Code Climate format that Gitlab understands. No need for any custom format conversion or data transformation. To set it up ...