{"id":18660499,"url":"https://github.com/deepredsky/vim-rubocop","last_synced_at":"2025-04-11T22:07:07.919Z","repository":{"id":144962872,"uuid":"86912758","full_name":"deepredsky/vim-rubocop","owner":"deepredsky","description":"Run rubocop async","archived":false,"fork":false,"pushed_at":"2019-07-18T10:23:38.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-11T22:07:06.730Z","etag":null,"topics":["vim","vim-plugin","vim-rubocop","viml"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepredsky.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-01T12:45:12.000Z","updated_at":"2023-06-09T16:54:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"1404a034-c001-4390-8243-f11fd33fd429","html_url":"https://github.com/deepredsky/vim-rubocop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-rubocop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-rubocop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-rubocop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-rubocop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepredsky","download_url":"https://codeload.github.com/deepredsky/vim-rubocop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487715,"owners_count":21112191,"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":["vim","vim-plugin","vim-rubocop","viml"],"created_at":"2024-11-07T07:44:02.073Z","updated_at":"2025-04-11T22:07:07.887Z","avatar_url":"https://github.com/deepredsky.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim RuboCop\n\nVIM plugin to run [RuboCop](https://github.com/bbatsov/rubocop) and displays the results in a quickfix window. Most of this is same as [Vim Rubocop](https://github.com/ngmy/vim-rubocop) plugin. I just wanted to add additional features while learning **vimscript**\n\n## Usage\n\n```\n:RuboCop \" Runs rubocop on the current buffer\n:RuboCopAll \" Runs rubocop on the whole project\n:RuboCopAll --display-cop-names\" Run rubocop with custom options\n:RuboCopFix \" Fix rubocop issues for current file. This will not be async.\n```\n\nBy default it will look at Gemfile and use `bundle exec rubocop --format emacs`\nif rubocop is specified in the Gemfile, otherwise it will fallback to using\n`rubocop --format emacs`. This can be overridden\n\n```\nlet g:rubocop_cmd = \"bundle exec rubocop --rails --display-cop-names\"\n```\n\nNOTE that emacs formatter is required for this plugin to populate quickfix list\n\n## TODO\n\n- [x] Run rubocop on whole project\n- [x] Handle bundled rubcop\n- [x] Pass custom args to rubocop\n- [x] Run rubocop async\n- [ ] Support for vim \u003c 8 ( given up on this, sorry :( )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepredsky%2Fvim-rubocop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepredsky%2Fvim-rubocop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepredsky%2Fvim-rubocop/lists"}