Commit 0ddaa469 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add badges from pipeline output to readme

parent 6ae851b7
Loading
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
[![licence-apache]](/LICENCE.txt)
[![pipeline-status]][pipeline-report]
[![lint-status]][lint-report]


Pylint Reporter
===============

Pylint is a very capable Python linter but its report generation is lacking.
This package provides a number of enhancements for reporting linter results.


---

[licence-apache]:
  https://img.shields.io/badge/License-Apache--2.0-orange.svg
  "Licence: Apache-2.0"

[pipeline-status]:
  https://code.kodo.org.uk/ci-images/pylint-reporter/badges/master/pipeline.svg

[pipeline-report]:
  https://code.kodo.org.uk/ci-images/pylint-reporter/pipelines?ref=master
  "Pipelines"

[lint-status]:
  https://code.kodo.org.uk/api/v4/projects/ci-images%2Fpylint-reporter/jobs/artifacts/master/raw/lint/lint.svg?job=lint:publish

[lint-report]:
  https://code.kodo.org.uk/ci-images/pylint-reporter/-/jobs/artifacts/master/file/lint/index.html?job=lint:publish
  "Lint Report"