{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"A Flake8 formatter that outputs linting results in GitLab Code Quality artifact format (JSON compatible with the Code Climate spec) for integration into GitLab CI/CD pipelines.","skillfed_tags":["gitlab-ci","code-quality","flake8-plugin"],"use_cases":["Integrate Flake8 linting into GitLab CI/CD so code quality metrics appear in merge request reviews.","Track code quality improvements and regressions across commits in a GitLab project.","Produce Code Climate\u2013compatible JSON reports from Flake8 for GitLab artifact storage.","Automate Python code quality checks as part of a GitLab pipeline without custom JSON serialization."],"what_it_does":"flake8-gl-codeclimate is a Flake8 output formatter that translates linting violations into GitLab Code Quality artifact format\u2014a JSON structure compatible with the Code Climate specification. Instead of printing human-readable text, it produces structured JSON that GitLab CI/CD can parse and display as code quality reports in merge requests. The package is a thin adapter: it depends only on flake8 and acts as a custom formatter plugin, allowing you to run your existing linting checks and automatically feed the results into GitLab's quality tracking system.\n\nTypically used in GitLab CI/CD pipelines, you install it alongside flake8, then invoke flake8 with `--format gl-codeclimate` and redirect output to a JSON file that GitLab stores as a code quality artifact. This enables developers to see linting violations, improvements, and regressions directly in merge request reviews without leaving GitLab's interface.","worth_installing":"Yes, if you use GitLab CI/CD and want Flake8 linting results to appear as code quality reports in merge requests. The package is lightweight, has no complex dependencies, carries a permissive license, and solves a specific GitLab integration need. Install it as part of your CI pipeline configuration; it is not useful outside that context."},"id":"flake8-gl-codeclimate","links":{"html":"https://skillfed.io/packages/flake8-gl-codeclimate","md":"https://skillfed.io/packages/flake8-gl-codeclimate.md","pypi":"https://pypi.org/project/flake8-gl-codeclimate/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-06","license_spdx":"MIT","license_treatment":"permissive","name":"flake8-gl-codeclimate","python_support":"unspecified","summary":"Gitlab Code Quality artifact Flake8 formatter"},"popularity":{"monthly_downloads":203855,"position":9620,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.2"}
