This weekend I decided to fork the GitHub Super Linter and make the GitLab Super Linter. The idea is to have a Docker container which will output a Code Climate report aggregating all of the different linters. Since many linters don’t support outputting Code Climate format, I’m leveraging another recent project to encapsulate linters and ensure they output Code Climate JSON. At this point it would be ready to add to a GitLab pipeline, generate a codequality artifact and be available in MR UIs.