File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
77
88# mypy-gitlab-code-quality
9- Simple script to generate [ gitlab code quality report] ( https://docs.gitlab.com/ee/user/project/merge_requests/ code_quality.html )
9+ Simple script to generate [ gitlab code quality report] ( https://docs.gitlab.com/ci/testing/ code_quality/ )
1010from output of [ mypy] ( http://www.mypy-lang.org/ ) .
1111
12- Example gitlab codequality report from [ gitlab documentation] ( https://docs.gitlab.com/ee/ci/testing/code_quality.html#merge-request-widget ) :
13- ![ Example gitlab codequality widget] ( https://docs.gitlab.com/ee/ci/testing/img/code_quality_widget_v13_11.png )
12+ Example gitlab codequality widget from [ gitlab documentation] ( https://docs.gitlab.com/ci/testing/code_quality/#merge-request-widget ) :
13+
14+ ![ Example gitlab codequality widget] ( https://docs.gitlab.com/ci/testing/img/code_quality_merge_request_widget_v18_2.png )
1415
1516# Usage
1617` $ mypy program.py --output=json | mypy-gitlab-code-quality `
You can’t perform that action at this time.
0 commit comments