Sign inSign up

pipelinecomponents/pylint

By pipelinecomponents

•Updated 1 day ago

Pylint in a container for gitlab-ci

Image
Security
Languages & frameworks
Integration & delivery
0

100K+

pipelinecomponents/pylint repository overview

⁠Pipeline Components: Pylint

Project Stage Project Maintenance License GitLab CI

⁠Docker status

Image Size Docker Pulls

⁠Usage

The image is for running pylint, pylint is installed in /app/ in case you need to customize the install before usage. The plugin pylint-gitlab⁠ is installed for easy gitlab reporting features

⁠Examples

pylint:
  stage: linting
  image: registry.gitlab.com/pipeline-components/pylint:latest
  script:
    - pylint **/*.py

Example with pylint-gitlab

pylint:
  stage: linting
  image: registry.gitlab.com/pipeline-components/pylint:latest
  script:
    - pylint --exit-zero --load-plugins=pylint_gitlab --output-format=gitlab-codeclimate:codeclimate.json **/*.py
  artifacts:
    reports:
      codequality: codeclimate.json
    when: always

⁠Versioning

This project uses Semantic Versioning⁠ for its version numbering.

⁠Support

Got questions?

You have several options to get them answered: Check the discord channel⁠ You could also open an issue here⁠

⁠Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines⁠.

Thank you for being involved! 😍

⁠Authors & contributors

The original setup of this repository is by Robbert Müller⁠.

The Build pipeline is large based on Community Hass.io Add-ons ⁠ by Franck Nijhof⁠.

For a full list of all authors and contributors, check the contributor's page⁠.

⁠License

This project is licensed under the MIT License⁠ by Robbert Müller⁠.

Tag summary

Content type

Image

Digest

sha256:f784eb51c…

Size

22.9 MB

Last updated

4 months ago

docker pull pipelinecomponents/pylint