{"id":22124606,"url":"https://github.com/nblock/vim-nlbl","last_synced_at":"2026-04-29T00:01:50.874Z","repository":{"id":136298552,"uuid":"111230863","full_name":"nblock/vim-nlbl","owner":"nblock","description":"vim-nlbl (No linter, bad linter!) is a hackish VIM plugin to selectively disable linter warnings.","archived":false,"fork":false,"pushed_at":"2017-11-18T18:56:14.000Z","size":2,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T11:06:26.595Z","etag":null,"topics":["plugin","python","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nblock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-18T18:55:58.000Z","updated_at":"2017-11-18T19:06:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1a63fab-1cf7-45ba-a5ce-906861e9ed01","html_url":"https://github.com/nblock/vim-nlbl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nblock/vim-nlbl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-nlbl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-nlbl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-nlbl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-nlbl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nblock","download_url":"https://codeload.github.com/nblock/vim-nlbl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-nlbl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["plugin","python","vim"],"created_at":"2024-12-01T15:48:41.907Z","updated_at":"2026-04-29T00:01:50.836Z","avatar_url":"https://github.com/nblock.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-nlbl\nvim-nlbl (No linter, bad linter!) is a hackish [VIM](http://www.vim.org/)\nplugin to selectively disable linter warnings.\n\n## Requirements\nvim-nlbl requires [VIM](http://www.vim.org/) with Python 3 support (`+python3`)\nand the [Syntastic](https://github.com/vim-syntastic/syntastic) plugin.\n\n## Installation\nUse any plugin manager to install this plugin, e.g: vim-plug:\n\n```vim\nPlug 'nblock/vim-nlbl'\n```\n\n## Usage\n* Edit a file until one of your linters complains\n* Navigate to the flagged line\n* Issue: `:NoLinterBadLinter`\n\n## Example\nAssume the following Python code with [Flake8](https://gitlab.com/pycqa/flake8)\ninstalled: Use any plugin manager to install this plugin, e.g:\n[vim-plug](https://github.com/junegunn/vim-plug/):\n\n```python\nfoo='bar'\n```\n\n[Flake8](https://gitlab.com/pycqa/flake8) (via\n[Syntastic](https://github.com/vim-syntastic/syntastic) will tell you the\nfollowing: \"missing whitespace around operator [E225]\". You might be happy with\nthis line, so issue `:NoLinterBadLinter` and the line will be transformed to:\n\n```python\nfoo='bar'  # noqa: E225\n```\n\n## Supported linters\nThis plugin is just a hack and it currently only supports:\n* [Flake8](https://gitlab.com/pycqa/flake8)\n* [Pylint](https://www.pylint.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblock%2Fvim-nlbl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnblock%2Fvim-nlbl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblock%2Fvim-nlbl/lists"}