{"id":19731368,"url":"https://github.com/cargosense/rubocop-cargosense","last_synced_at":"2025-10-07T09:57:24.580Z","repository":{"id":213740734,"uuid":"734487243","full_name":"CargoSense/rubocop-cargosense","owner":"CargoSense","description":"Reusable RuboCop configuration for CargoSense's Ruby projects.","archived":false,"fork":false,"pushed_at":"2025-09-01T05:48:13.000Z","size":233,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-21T13:53:46.920Z","etag":null,"topics":["rubocop","rubocop-configuration","ruby","rubygem","supporting-software"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/rubocop-cargosense","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/CargoSense.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-21T20:09:38.000Z","updated_at":"2025-06-12T14:46:57.000Z","dependencies_parsed_at":"2023-12-22T19:06:05.156Z","dependency_job_id":"22c0b380-2172-4926-84a1-7225b7d1a2cd","html_url":"https://github.com/CargoSense/rubocop-cargosense","commit_stats":null,"previous_names":["cargosense/rubocop-cargosense"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/CargoSense/rubocop-cargosense","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Frubocop-cargosense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Frubocop-cargosense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Frubocop-cargosense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Frubocop-cargosense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CargoSense","download_url":"https://codeload.github.com/CargoSense/rubocop-cargosense/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Frubocop-cargosense/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278755163,"owners_count":26040034,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["rubocop","rubocop-configuration","ruby","rubygem","supporting-software"],"created_at":"2024-11-12T00:20:36.841Z","updated_at":"2025-10-07T09:57:24.565Z","avatar_url":"https://github.com/CargoSense.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rubocop-cargosense\n\n**Reusable [RuboCop](https://rubocop.org) configuration for [CargoSense](https://www.cargosense.com)'s Ruby projects.**\n\n[![Gem](https://img.shields.io/gem/v/rubocop-cargosense.svg?logo=rubygems\u0026style=for-the-badge)](https://rubygems.org/gems/rubocop-cargosense)\n[![Downloads](https://img.shields.io/gem/dt/rubocop-cargosense.svg?logo=rubygems\u0026style=for-the-badge)](https://rubygems.org/gems/rubocop-cargosense)\n[![Build](https://img.shields.io/github/actions/workflow/status/CargoSense/rubocop-cargosense/ci.yml?logo=github\u0026style=for-the-badge)](https://github.com/CargoSense/rubocop-cargosense/actions/workflows/ci.yml)\n\n## Installation\n\nAdd rubocop-cargosense to your project's `Gemfile` and run `bundle install`:\n\n```ruby\ngem \"rubocop-cargosense\", require: false\n```\n\n## Usage\n\nInclude rubocop-cargosense in your project's `.rubocop.yml` using [RuboCop's `plugins` directive](https://docs.rubocop.org/rubocop/extensions.html#loading-extensions):\n\n```yaml\nplugins: rubocop-cargosense\n```\n\nOr, inherit rubocop-cargosense's default configuration using [RuboCop's `inherit_gem` directive](https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem):\n\n```yaml\ninherit_gem:\n  rubocop-cargosense: config/default.yml\n```\n\nYou may also inherit individual configuration files from rubocop-cargosense:\n\n```yaml\ninherit_gem:\n  rubocop-cargosense:\n    - config/rubocop-layout.yml\n    - config/rubocop-performance.yml\n```\n\n\u003e [!WARNING]\n\u003e While the above piecemeal usage is permissible, we recommend requiring the default configuration in its entirety.\n\n## License\n\nrubocop-cargosense is freely available under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcargosense%2Frubocop-cargosense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcargosense%2Frubocop-cargosense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcargosense%2Frubocop-cargosense/lists"}