{"id":28365951,"url":"https://github.com/cnescatlab/pylint","last_synced_at":"2026-01-26T09:33:51.406Z","repository":{"id":38194391,"uuid":"473543554","full_name":"cnescatlab/pylint","owner":"cnescatlab","description":"Docker image for Pylint","archived":false,"fork":false,"pushed_at":"2022-07-19T10:07:14.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T05:39:28.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cnescatlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-24T09:45:42.000Z","updated_at":"2022-05-11T13:35:52.000Z","dependencies_parsed_at":"2022-08-19T05:31:54.966Z","dependency_job_id":null,"html_url":"https://github.com/cnescatlab/pylint","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cnescatlab/pylint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnescatlab%2Fpylint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnescatlab%2Fpylint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnescatlab%2Fpylint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnescatlab%2Fpylint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cnescatlab","download_url":"https://codeload.github.com/cnescatlab/pylint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnescatlab%2Fpylint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28772913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T08:38:24.014Z","status":"ssl_error","status_checked_at":"2026-01-26T08:38:22.080Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-28T23:06:32.531Z","updated_at":"2026-01-26T09:33:51.398Z","avatar_url":"https://github.com/cnescatlab.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image for Pylint\n\nThis project aims to provide a simple Docker image to encapsulate and run a [Pylint](https://pypi.org/project/pylint/) analysis through Docker.\n\n### Run Pylint\n\n#### Get latest image\nImages are now hosted directly on GitHub:\n```Dockerfile\ndocker pull ghcr.io/cnescatlab/pylint:latest\n```\n\n#### Run core and CNES checks for SonarQube\nAssuming current directory contains the source code to analyze, simply run the following command:\n```Dockerfile\ndocker run --rm -v ${PWD}:/src ghcr.io/cnescatlab/pylint:latest pylint \u003cmodule_name\u003e\n```\n\n#### Default configuration\nBy default, pylintrc defines many specific options. See [pylintrc](https://github.com/omegacen/pylint-sonarjson/blob/master/pylintrc) for more information.\n\n##### Activated plugins\n- cnes_checker\n- pylint.extensions.check_elif\n- pylint_sonarjson\n\n##### Activated rules\n- C0113\n- C0122\n- C0203\n- C0204\n- C0326\n- C0411\n- C0412\n- C0413\n- E0108\n- E0213\n- E0601\n- E0602\n- F0002\n- R0203\n- R0204\n- R0401\n- R0915\n- R5101\n- R5102\n- R5103\n- R5104\n- R5105\n- R5106\n- R5201\n- R5301\n- R5302\n- R5401\n- R5402\n- R5403\n- W0102\n- W0312\n- W0403\n- W0404\n- W0406\n- W0602\n- W0603\n- W0612\n- W0621\n- W0622\n- W0703\n- W9095\n- W9096\n- W9097\n\n#### pylint_sonarjson\nFor more information about injecting Pylint results in SonarQube please refer to the documentation of [omegacen/pylint-sonarjson](https://github.com/omegacen/pylint-sonarjson) plugins.\n\n### Versions matrix\nHere is the versions matrix of the image:\n\n|                                    TAG                                             |         PYLINT / CNES EXTENSION / PYLINT_SONARJSON VERSION            |                        BASE IMAGE                      |\n|:----------------------------------------------------------------------------------:|:----------------------------------------------------------:|:------------------------------------------------------:|\n| [latest](https://github.com/cnescatlab/pylint/pkgs/container/cnescatlab/2.13.5)  | [2.13.5](https://github.com/PyCQA/pylint/releases/tag/v2.13.5) / [v6.0.0](https://github.com/cnescatlab/cnes-pylint-extension/releases/tag/v6.0.0) / [1.0.3](https://pypi.org/project/pylint-sonarjson/1.0.3) | [python:3.10.4-slim-buster](https://hub.docker.com/_/python) |\n| [2.13.5](https://github.com/cnescatlab/pylint/pkgs/container/cnescatlab/2.13.5)  | [2.13.5](https://github.com/PyCQA/pylint/releases/tag/v2.13.5) / [v6.0.0](https://github.com/cnescatlab/cnes-pylint-extension/releases/tag/v6.0.0) / [1.0.3](https://pypi.org/project/pylint-sonarjson/1.0.3) | [python:3.10.4-slim-buster](https://hub.docker.com/_/python) |\n| [2.5.0-1](https://github.com/cnescatlab/pylint/pkgs/container/cnescatlab/2.5.0-1)  | [2.5.0](https://github.com/PyCQA/pylint/releases/tag/pylint-2.5.0) / [v5.0.0](https://github.com/cnescatlab/cnes-pylint-extension/releases/tag/v5.0.0) / [1.0.3](https://pypi.org/project/pylint-sonarjson/) | [python:3.10.3-slim-buster](https://hub.docker.com/_/python) |\n|  [2.5.0](https://github.com/cnescatlab/pylint/pkgs/container/cnescatlab/2.5.0)     | [2.5.0](https://github.com/PyCQA/pylint/releases/tag/pylint-2.5.0) / [v5.0.0](https://github.com/cnescatlab/cnes-pylint-extension/releases/tag/v5.0.0) / - | [python:3.10.3-slim-buster](https://hub.docker.com/_/python) |\n\n### How to contribute\nIf you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.\n\nIf you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.\n\n### License\nCopyright 2022 CNES CatLab.\n\nLicensed under the [GNU General Public License, Version 3.0](https://www.gnu.org/licenses/gpl.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnescatlab%2Fpylint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnescatlab%2Fpylint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnescatlab%2Fpylint/lists"}