{"id":22793196,"url":"https://github.com/ngmy/vim-rubocop","last_synced_at":"2025-04-07T06:10:41.168Z","repository":{"id":7970891,"uuid":"9371606","full_name":"ngmy/vim-rubocop","owner":"ngmy","description":"The Vim RuboCop plugin runs RuboCop and displays the results in Vim","archived":false,"fork":false,"pushed_at":"2023-11-01T18:28:37.000Z","size":222,"stargazers_count":273,"open_issues_count":16,"forks_count":45,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T04:08:26.370Z","etag":null,"topics":["rubocop","ruby","vim","vim-plugin","vim-rubocop"],"latest_commit_sha":null,"homepage":"","language":"VimL","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/ngmy.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":"2013-04-11T14:00:42.000Z","updated_at":"2024-11-22T02:09:23.000Z","dependencies_parsed_at":"2024-12-12T03:18:36.100Z","dependency_job_id":"6ea299d6-03de-462a-8f60-d408156964b1","html_url":"https://github.com/ngmy/vim-rubocop","commit_stats":{"total_commits":18,"total_committers":5,"mean_commits":3.6,"dds":0.4444444444444444,"last_synced_commit":"1c57918086d22cc9db829125f6b78226feae86a3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fvim-rubocop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fvim-rubocop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fvim-rubocop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fvim-rubocop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngmy","download_url":"https://codeload.github.com/ngmy/vim-rubocop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601448,"owners_count":20964864,"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":["rubocop","ruby","vim","vim-plugin","vim-rubocop"],"created_at":"2024-12-12T03:18:31.978Z","updated_at":"2025-04-07T06:10:41.147Z","avatar_url":"https://github.com/ngmy.png","language":"VimL","readme":"# Vim RuboCop\n\nThe **Vim RuboCop** plugin runs [RuboCop](https://github.com/bbatsov/rubocop) and displays the results in Vim.\n\n## Requirements\n\nPlease note that the current version of the Vim RuboCop plugin requires RuboCop 0.12.0 or later.\n\n## Installation\n\nObtain a copy of this plugin and place `rubocop.vim` in your Vim plugin directory.\n\n## Usage\n\nYou can use the `:RuboCop` command to run RuboCop and display the results.\n\nYou can also use the `:RuboCop` command together with options. For example, `:RuboCop -l`, `:RuboCop -a` and so on.\n\n### Configuration File\n\nTo run with the specified configuration file, add the following line to your `.vimrc` file:\n\n```viml\nlet g:vimrubocop_config = '/path/to/rubocop.yml'\n```\n\n### Keyboard Shortcuts\n\nCredit for Shortcuts: [Ack.vim](https://github.com/mileszs/ack.vim)\n\nIn the quickfix window, you can use:\n\n    o    to open (same as enter)\n    go   to preview file (open but maintain focus on ack.vim results)\n    t    to open in new tab\n    T    to open in new tab silently\n    h    to open in horizontal split\n    H    to open in horizontal split silently\n    v    to open in vertical split\n    gv   to open in vertical split silently\n    q    to close the quickfix window\n\nAdditionally, the plugin registers `\u003cLeader\u003eru` in normal mode\nfor triggering it easily. You can disable these default mappings by setting\n`g:vimrubocop_keymap` in your `.vimrc` file, and then remap them differently.\n\nFor instance, to trigger RuboCop by pressing `\u003cLeader\u003er` you can put the following in\nyour `.vimrc`:\n\n```viml\nlet g:vimrubocop_keymap = 0\nnmap \u003cLeader\u003er :RuboCop\u003cCR\u003e\n```\n\n## License\n\nThe Vim RuboCop plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngmy%2Fvim-rubocop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngmy%2Fvim-rubocop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngmy%2Fvim-rubocop/lists"}