{"id":22603724,"url":"https://github.com/5rabbits/our-ruby-style","last_synced_at":"2026-04-15T22:36:13.248Z","repository":{"id":93723197,"uuid":"125538752","full_name":"5rabbits/our-ruby-style","owner":"5rabbits","description":"Configuration files for code analysis tools","archived":false,"fork":false,"pushed_at":"2019-08-30T21:17:34.000Z","size":27,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-08-22T19:13:14.250Z","etag":null,"topics":["lemontech","rails","rubocop","ruby"],"latest_commit_sha":null,"homepage":null,"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/5rabbits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-03-16T15:57:37.000Z","updated_at":"2019-08-01T13:40:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9bcc951-c288-4897-b37f-2ba99bc6cfdb","html_url":"https://github.com/5rabbits/our-ruby-style","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/5rabbits/our-ruby-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rabbits%2Four-ruby-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rabbits%2Four-ruby-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rabbits%2Four-ruby-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rabbits%2Four-ruby-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5rabbits","download_url":"https://codeload.github.com/5rabbits/our-ruby-style/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rabbits%2Four-ruby-style/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lemontech","rails","rubocop","ruby"],"created_at":"2024-12-08T13:07:23.522Z","updated_at":"2026-04-15T22:36:13.190Z","avatar_url":"https://github.com/5rabbits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OurRubyStyle\n\nShared Ruby and Rails code style for Lemontech products.\n\nThis gem installs 4 configuration files for tools that will make your code great again.\n\n  * [rubocop](http://rubocop.readthedocs.io/en/latest/): is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide).\n\n  * [reek](https://github.com/troessner/reek): Code smell detector for Ruby. [Code Smells](https://github.com/troessner/reek/blob/master/docs/Code-Smells.md)\n\n  * [fasterer](https://github.com/DamirSvrtan/fasterer): Make your Rubies go faster. Inspired by [this talk](https://speakerdeck.com/sferik/writing-fast-ruby)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'our_ruby_style'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install our_ruby_style\n\n## Usage\n\n* Execute:\n\n  ```\n  $ our_ruby_style install\n  ```\n\n* Run each tool to check the entire project:\n  ```\n  $ rubocop\n  $ reek\n  $ fasterer\n  ```\n\n## Integrations\n\n### Git\n\nYou can use [`Overcommit`](https://github.com/brigade/overcommit) to lint the changed files before commiting. Example:\n\n```YML\nPreCommit:\n  RuboCop:\n    enabled: true\n    problem_on_unmodified_line: ignore\n  Fasterer:\n    enabled: true\n    problem_on_unmodified_line: ignore\n  Reek:\n    enabled: true\n    problem_on_unmodified_line: ignore\n  RailsBestPractices:\n    enabled: true\n    problem_on_unmodified_line: ignore\n```\n\nYou need install Overcommit\n\n```ruby\ngem 'overcommit'\n```\n\nAnd then execute:\n\n```\n$ overcommit install\n```\n\nIf the changes causes lint errors the commit will fail until you fix them.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/5rabbits/our_ruby_style.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5rabbits%2Four-ruby-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5rabbits%2Four-ruby-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5rabbits%2Four-ruby-style/lists"}