This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bb | |
(ns script | |
"Make a 'Code Quality' report from clj-kondo for use in GitLab CI. | |
JSON issue format: | |
https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html#implementing-a-custom-tool | |
Usage: | |
Add the following job in .gitlab-ci.yml: |