{"id":16149021,"url":"https://github.com/guykisel/inline-plz","last_synced_at":"2026-03-16T04:05:17.969Z","repository":{"id":3396942,"uuid":"49332088","full_name":"guykisel/inline-plz","owner":"guykisel","description":"Inline your lint messages","archived":false,"fork":false,"pushed_at":"2024-12-01T15:58:14.000Z","size":62326,"stargazers_count":34,"open_issues_count":62,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T00:31:26.106Z","etag":null,"topics":["code-quality","code-review","linters","python","static-analysis"],"latest_commit_sha":null,"homepage":null,"language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guykisel.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-09T16:37:10.000Z","updated_at":"2025-03-11T03:18:50.000Z","dependencies_parsed_at":"2024-12-31T02:18:22.591Z","dependency_job_id":null,"html_url":"https://github.com/guykisel/inline-plz","commit_stats":{"total_commits":603,"total_committers":15,"mean_commits":40.2,"dds":0.07960199004975121,"last_synced_commit":"588d59afe7809289cdde4bd63a8a1daf142e5526"},"previous_names":[],"tags_count":159,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guykisel%2Finline-plz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guykisel%2Finline-plz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guykisel%2Finline-plz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guykisel%2Finline-plz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guykisel","download_url":"https://codeload.github.com/guykisel/inline-plz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419859,"owners_count":20936012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["code-quality","code-review","linters","python","static-analysis"],"created_at":"2024-10-10T00:35:58.585Z","updated_at":"2026-03-16T04:05:12.929Z","avatar_url":"https://github.com/guykisel.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\ninline-plz\n==========\n\n.. image:: https://img.shields.io/pypi/v/inlineplz.svg\n        :target: https://pypi.python.org/pypi/inlineplz\n\n.. image:: https://img.shields.io/travis/guykisel/inline-plz.svg\n        :target: https://travis-ci.org/guykisel/inline-plz\n\n\nTired of reading through CI console logs to find your lint errors? Inline your lint messages in your diffs!\n\n* Free software: ISC license\n\nGithub webhook bot\n------------------\n\n* https://github.com/guykisel/inline-plz-bot\n\nFeatures\n--------\n\n* Run linters against your code and comment in your diffs at the failing lines\n* Automatically run linters with reasonable default configs\n* Easy to add new linter configurations\n\nHow to use\n----------\n\n::\n\n  pip install inlineplz\n  inline-plz --install --autorun\n\n\nYou probably want to run the above in a CI job, not in your regular development environment.\n\nYou'll also need to provide the following either in the command line or via environment variables:\n\n* owner: the repo organization/owner\n* repo: the repo name\n* token: your auth token (encrypt this, don't put this in plaintext in any public configurations!)\n* url: the url of your scm host\n* interface: the type of scm host (such as github)\n\nDependencies:\n\n* node.js / npm\n* ruby / gem\n* python / pip\n* haskell / cabal\n\nConfiguration\n-------------\n\nBesides specifying options at the command line or in environment variables, you can also set them in a yaml file.\nYou can create a file in the root of your repo named ``.inlineplz.yml``\n\nFor example:\n\n::\n\n  ignore_paths:\n    - node_modules\n    - .tox\n    - .git\n  enabled_linters:\n    - prospector\n  disabled_linters:\n    - markdownlint-cli\n    - gherkin-lint\n\nFor more see the examples folder in the repo.\n\n\nKnown issues\n------------\n\n* Currently for Travis-CI usage, inline-plz only works for PRs within the original repo, not PRs from forks. This is because encrypted creds in Travis-CI configs are encrypted per repo, and cannot be decrypted in PRs from forks. You can work around this using the webhook bot at https://github.com/guykisel/inline-plz-bot\n* Currently the inline-plz console output can print out some misleading stack traces\n* Currently dependencies get installed globally unless you pre-create a virtualenv\n* Commits directly to master are not currently supported - only PRs get linted\n\nContribute\n----------\n\n* Report bugs/suggest features\n* Add/update docs\n* Add support for more linters\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguykisel%2Finline-plz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguykisel%2Finline-plz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguykisel%2Finline-plz/lists"}