{"id":15389498,"url":"https://github.com/jgarber623/rubocop-configs","last_synced_at":"2025-03-27T23:18:24.994Z","repository":{"id":66456611,"uuid":"444208548","full_name":"jgarber623/rubocop-configs","owner":"jgarber623","description":"A collection of RuboCop configuration files for inclusion in other Ruby-based projects.","archived":false,"fork":false,"pushed_at":"2024-07-15T13:49:43.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T01:25:27.747Z","etag":null,"topics":["rubocop","rubocop-configuration","ruby"],"latest_commit_sha":null,"homepage":"https://jgarber623.github.io/rubocop-configs","language":null,"has_issues":false,"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/jgarber623.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":"2022-01-03T21:47:33.000Z","updated_at":"2024-07-15T13:49:46.000Z","dependencies_parsed_at":"2023-12-22T04:07:13.874Z","dependency_job_id":"e127ccf4-700c-48fc-9406-d867250a9766","html_url":"https://github.com/jgarber623/rubocop-configs","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"3eed19c39b1ebea94c36588494edc5cb0b9885aa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgarber623%2Frubocop-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgarber623%2Frubocop-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgarber623%2Frubocop-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgarber623%2Frubocop-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgarber623","download_url":"https://codeload.github.com/jgarber623/rubocop-configs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245938230,"owners_count":20697008,"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","rubocop-configuration","ruby"],"created_at":"2024-10-01T15:01:53.725Z","updated_at":"2025-03-27T23:18:24.785Z","avatar_url":"https://github.com/jgarber623.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# rubocop-configs\n\nA collection of reusable [RuboCop](https://rubocop.org) configuration files for inclusion in other Ruby projects.\n\n## Usage\n\nAdd the following to your project's `Gemfile` and run `bundle install`:\n\n```ruby\ngem \"rubocop\"\ngem \"rubocop-performance\"\ngem \"rubocop-rails\"\ngem \"rubocop-rake\"\ngem \"rubocop-rspec\"\n```\n\nAdd the following to your project's `.rubocop.yml`:\n\n```yaml\ninherit_from:\n  - https://jgarber623.github.io/rubocop-configs/.rubocop.yml\n  - https://jgarber623.github.io/rubocop-configs/.rubocop-rails.yml\n  - https://jgarber623.github.io/rubocop-configs/.rubocop-rspec.yml\n```\n\n## Dependencies\n\nAs noted above, the configurations in this project require one or more of the following RuboCop extensions:\n\n- [rubocop-performance](https://rubygems.org/gems/rubocop-performance)\n- [rubocop-rails](https://rubygems.org/gems/rubocop-rails) (`.rubocop-rails.yml` only)\n- [rubocop-rake](https://rubygems.org/gems/rubocop-rake)\n- [rubocop-rspec](https://rubygems.org/gems/rubocop-rspec) (`.rubocop-rspec.yml` only)\n\nThe following RuboCop extensions are recommended for [Ruby on Rails](https://rubyonrails.org) projects:\n\n- [rubocop-capybara](https://github.com/rubocop/rubocop-capybara)\n- [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot)\n\nThe following RuboCop extension is recommended for [RubyGem](https://rubygems.org) projects:\n\n- [rubocop-packaging](https://rubygems.org/gems/rubocop-packaging)\n\n## License\n\nrubocop-configs is freely available under the MIT License. Use it, learn from it, fork it, improve it, change it, tailor it to your needs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgarber623%2Frubocop-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgarber623%2Frubocop-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgarber623%2Frubocop-configs/lists"}