{"id":29287361,"url":"https://github.com/thisisdash/rubocopital","last_synced_at":"2025-07-06T01:07:09.927Z","repository":{"id":52897717,"uuid":"220439102","full_name":"thisisdash/rubocopital","owner":"thisisdash","description":"Internal rubocop style settings","archived":false,"fork":false,"pushed_at":"2021-04-14T18:49:39.000Z","size":74,"stargazers_count":7,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T05:25:44.418Z","etag":null,"topics":["rails","rubocop","ruby"],"latest_commit_sha":null,"homepage":"","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/thisisdash.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-08T10:03:42.000Z","updated_at":"2024-11-14T21:15:15.000Z","dependencies_parsed_at":"2022-08-23T08:50:15.297Z","dependency_job_id":null,"html_url":"https://github.com/thisisdash/rubocopital","commit_stats":null,"previous_names":["youngcapital/rubocopital"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/thisisdash/rubocopital","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisisdash%2Frubocopital","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisisdash%2Frubocopital/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisisdash%2Frubocopital/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisisdash%2Frubocopital/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisisdash","download_url":"https://codeload.github.com/thisisdash/rubocopital/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisisdash%2Frubocopital/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263833416,"owners_count":23517374,"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":["rails","rubocop","ruby"],"created_at":"2025-07-06T01:07:05.795Z","updated_at":"2025-07-06T01:07:09.790Z","avatar_url":"https://github.com/thisisdash.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rubocopital\n\nThis is the common configuration for ruby-style checks by [Rubocop](https://github.com/bbatsov/rubocop).\n\n## Installation\n\nAdd this line to your application's Gemfile under the `development` and `test` groups to include a specific version of this gem:\n\n```ruby\ngem 'rubocopital', '~\u003e 1.0', require: false\n```\n\nAnd then execute:\n\n    $ bundle install\n\n## Usage\n\nTo use shared rubocop configuration in your respective app, you should include\nrubocopital's configuration like this:\n\n```\ninherit_gem:\n  rubocopital:\n    - default.yml\n```\n\n`default.yml` does also require the `rubocop-performance` configuration.\n\nIf you have specific configurations that differ from the agreed upon defaults,\nyou can just add them below.\n\n```\n  inherit_gem:\n    rubocopital:\n      - default.yml\n\n  AllCops:\n    TargetRubyVersion: 3.0\n    DisplayCopNames: false\n    DisplayStyleGuide: true\n```\n\nIf your project uses RSpec, please add the `rubocop-rspec` config as well.\n\n```\ninherit_gem:\n  rubocopital:\n    - default.yml\n    - .rubocop-rspec.yml\n```\n\nThe same applies to Rails.\n\n```\ninherit_gem:\n  rubocopital:\n    - default.yml\n    - .rubocop-rails.yml\n    - .rubocop-rspec.yml\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run\n`rake` to run the tests and the style checks. You can also run `bin/console` for an interactive\nprompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\nTo release a new version, update the version number in `version.rb`, and then\nrun `git tag -a vX.Y.Z -m \"Your Message\"` and `git push origin vX.Y.Z`.\n\n## Contributing\n\n### Publish gem to RubyGems\n\nFirst signin to ruby gems using:\n```\ngem signin\n```\n\nOnce this has been setup, you can now build the gem using:\n```\ngem build rubocopital.gemspec\n```\n\nYou can push out the gem package that was built using:\n```\ngem push rubocopital-x.x.x.gem\n```\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Rubocopital project’s codebases, issue trackers,\nchat rooms and mailing lists is expected to follow the\n[code of conduct](https://gitlab.ycdev.nl/youngcapital/rubocopital/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisdash%2Frubocopital","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisdash%2Frubocopital","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisdash%2Frubocopital/lists"}