{"id":15405326,"url":"https://github.com/ydah/rubocop-committee","last_synced_at":"2025-04-17T00:57:24.360Z","repository":{"id":65138419,"uuid":"582987413","full_name":"ydah/rubocop-committee","owner":"ydah","description":"A RuboCop extension focused on enforcing committee.","archived":false,"fork":false,"pushed_at":"2025-04-02T14:27:18.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T18:10:59.799Z","etag":null,"topics":["committee","formatting","linting","linting-rules","rubocop"],"latest_commit_sha":null,"homepage":"https://www.rubydoc.info/gems/rubocop-committee","language":"Ruby","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/ydah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"MIT-LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"ydah"}},"created_at":"2022-12-28T12:36:06.000Z","updated_at":"2025-04-02T14:27:21.000Z","dependencies_parsed_at":"2024-02-29T19:42:16.594Z","dependency_job_id":null,"html_url":"https://github.com/ydah/rubocop-committee","commit_stats":{"total_commits":63,"total_committers":5,"mean_commits":12.6,"dds":0.07936507936507942,"last_synced_commit":"c4bf6d962b2526a5e5a4b0c62b49ae4668441454"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydah%2Frubocop-committee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydah%2Frubocop-committee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydah%2Frubocop-committee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydah%2Frubocop-committee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ydah","download_url":"https://codeload.github.com/ydah/rubocop-committee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249295823,"owners_count":21246194,"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":["committee","formatting","linting","linting-rules","rubocop"],"created_at":"2024-10-01T16:16:03.977Z","updated_at":"2025-04-17T00:57:24.351Z","avatar_url":"https://github.com/ydah.png","language":"Ruby","funding_links":["https://github.com/sponsors/ydah"],"categories":[],"sub_categories":[],"readme":"# RuboCop Committee [![Gem Version](https://badge.fury.io/rb/rubocop-committee.svg)](https://badge.fury.io/rb/rubocop-committee) [![CI](https://github.com/ydah/rubocop-committee/actions/workflows/ci.yml/badge.svg)](https://github.com/ydah/rubocop-committee/actions/workflows/ci.yml)\n\n[Committee](https://github.com/interagent/committee)-specific analysis for your projects, as an extension to\n[RuboCop](https://github.com/rubocop/rubocop).\n\n## Installation\n\nJust install the `rubocop-committee` gem\n\n```bash\ngem install rubocop-committee\n```\n\nor if you use bundler put this in your `Gemfile`\n\n```\ngem 'rubocop-committee', require: false\n```\n\n## Usage\n\nYou need to tell RuboCop to load the Committee extension. There are two\nways to do this:\n\n### RuboCop configuration file\n\nPut this into your `.rubocop.yml`.\n\n```yaml\nplugins: rubocop-committee\n```\n\nAlternatively, use the following array notation when specifying multiple extensions.\n\n```yaml\nplugins:\n  - rubocop-other-extension\n  - rubocop-committee\n```\n\nNow you can run `rubocop` and it will automatically load the RuboCop Committee\ncops together with the standard cops.\n\n\u003e [!NOTE]\n\u003e The plugin system is supported in RuboCop 1.72+. In earlier versions, use `require` instead of `plugins`.\n\n### Command line\n\n```bash\nrubocop --plugin rubocop-committee\n```\n\n### Rake task\n\n```ruby\nRuboCop::RakeTask.new do |task|\n  task.plugins \u003c\u003c 'rubocop-committee'\nend\n```\n\n## Documentation\n\nYou can read more about RuboCop Committee in its [official manual](https://ydah.github.io/rubocop.docs/rubocop-committee/).\n\n## The Cops\n\nAll cops are located under\n[`lib/rubocop/cop/committee`](lib/rubocop/cop/committee), and contain\nexamples/documentation.\n\nIn your `.rubocop.yml`, you may treat the Committee cops just like any other\ncop. For example:\n\n```yaml\nCommittee/FilePath:\n  Exclude:\n    - spec/my_poorly_named_spec_file.rb\n```\n\n## Contributing\n\nCheckout the [contribution guidelines](.github/CONTRIBUTING.md).\n\n## License\n\n`rubocop-committee` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for\nthe full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydah%2Frubocop-committee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fydah%2Frubocop-committee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydah%2Frubocop-committee/lists"}