{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"Formats flake8 linting output as JUnit XML, enabling integration with CI/CD systems and test reporting tools that consume JUnit format.","skillfed_tags":["ci-integration","linting-output"],"use_cases":["Integrate flake8 linting into Jenkins or other CI systems that natively consume JUnit XML reports","Aggregate Python linting violations alongside unit test results in a single test report","Feed flake8 output to IDE test runners or reporting dashboards that expect JUnit format","Archive linting violations in a machine-readable format for compliance or audit trails"],"what_it_does":"This is a flake8 plugin that redirects linting violations into JUnit XML format instead of flake8's default text output. It depends on flake8 for linting and junit-xml to generate the XML structure, making it a thin adapter between the two.\n\nYou install it alongside flake8, then pass `--format junit-xml` to flake8's command line. The result is an XML report that CI/CD pipelines, test aggregators, and IDE test runners can parse and display. It's designed for teams that already use JUnit-based reporting infrastructure and want linting results in the same format as their unit tests.","worth_installing":"Yes, if you need JUnit XML output from flake8 and your CI/CD pipeline already expects that format. Install friction is minimal and there are no known vulnerabilities. However, the package is dormant (last release April 2018) and untested against recent flake8 versions, so verify compatibility with your current flake8 before relying on it in production."},"id":"flake8-formatter-junit-xml","links":{"html":"https://skillfed.io/packages/flake8-formatter-junit-xml","md":"https://skillfed.io/packages/flake8-formatter-junit-xml.md","pypi":"https://pypi.org/project/flake8-formatter-junit-xml/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2018-04-11","license_spdx":null,"license_treatment":"permissive","name":"flake8-formatter-junit-xml","python_support":"unspecified","summary":"JUnit XML Formatter for flake8"},"popularity":{"monthly_downloads":183209,"position":10071,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.6"}
