{"id":15240488,"url":"https://github.com/altmetric/house_style","last_synced_at":"2025-10-08T17:24:55.939Z","repository":{"id":2274386,"uuid":"46132292","full_name":"altmetric/house_style","owner":"altmetric","description":"A shared house style for Ruby projects","archived":false,"fork":false,"pushed_at":"2023-09-25T13:06:15.000Z","size":94,"stargazers_count":20,"open_issues_count":2,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-10-01T16:35:25.792Z","etag":null,"topics":["house-styles","rails","rspec","ruby","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/house_style","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/altmetric.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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}},"created_at":"2015-11-13T16:07:29.000Z","updated_at":"2023-01-30T17:03:02.000Z","dependencies_parsed_at":"2023-01-13T11:45:06.637Z","dependency_job_id":"e5f009ae-da0b-4df2-b6b8-afe21e302c77","html_url":"https://github.com/altmetric/house_style","commit_stats":{"total_commits":69,"total_committers":7,"mean_commits":9.857142857142858,"dds":0.5217391304347826,"last_synced_commit":"6143ba6ba6ff2c3c85bc2f91f22054de1120d295"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/altmetric/house_style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altmetric%2Fhouse_style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altmetric%2Fhouse_style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altmetric%2Fhouse_style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altmetric%2Fhouse_style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altmetric","download_url":"https://codeload.github.com/altmetric/house_style/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altmetric%2Fhouse_style/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846318,"owners_count":26056090,"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":["house-styles","rails","rspec","ruby","style-guide","styleguide"],"created_at":"2024-09-29T11:05:14.838Z","updated_at":"2025-10-08T17:24:55.910Z","avatar_url":"https://github.com/altmetric.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HouseStyle\n\nBe nice and consistent from project to project.\n\nThis gem acts as a local repository for house style checkers for Ruby and Rails projects.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'house_style'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nFor non-Rails projects, add the following to the top of your `.rubocop.yml` file:\n\n```yaml\ninherit_gem:\n  house_style: ruby/rubocop.yml\n```\n\nIf your project is a Rails project, you should use the instruction below, which includes all the standard Ruby house styles, with Rails-specific cops:\n\n```yaml\ninherit_gem:\n  house_style: rails/rubocop.yml\n```\n\n`house_style` comes with a Rails generator which can set up both your project root and your RSpec folder to start using the default house styles by default. With `house_style` declared in your Gemfile:\n\n```bash\n$ rails generate house_style:install\n```\n\nThis will create `.rubocop.yml` files in your project root and `spec` folders.\n\n## Development\n\nThe gem has no executable code of its own, so there is no test suite to speak of.\n\nBefore committing any changes, ensure that it conforms to its own rubocop settings.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\n\n### Releasing a new version\n\nUpdate the version number in `house_style.gemspec`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/altmetric/house_style. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltmetric%2Fhouse_style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltmetric%2Fhouse_style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltmetric%2Fhouse_style/lists"}