{"id":15403144,"url":"https://github.com/seuros/rubocop-trailblazer","last_synced_at":"2026-06-12T21:03:44.712Z","repository":{"id":216389241,"uuid":"741175424","full_name":"seuros/rubocop-trailblazer","owner":"seuros","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-10T00:03:59.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-31T06:06:15.807Z","etag":null,"topics":["code-quality","conventions","framework","linting","rubocop","rubocop-extension","ruby","ruby-gem","static-analysis","trailblazer"],"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/seuros.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-09T21:15:04.000Z","updated_at":"2026-04-03T18:37:51.000Z","dependencies_parsed_at":"2024-01-10T00:48:54.667Z","dependency_job_id":"7cfe9705-1208-4256-8d88-00ae20b0355d","html_url":"https://github.com/seuros/rubocop-trailblazer","commit_stats":null,"previous_names":["seuros/rubocop-trailblazer"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/seuros/rubocop-trailblazer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seuros%2Frubocop-trailblazer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seuros%2Frubocop-trailblazer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seuros%2Frubocop-trailblazer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seuros%2Frubocop-trailblazer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seuros","download_url":"https://codeload.github.com/seuros/rubocop-trailblazer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seuros%2Frubocop-trailblazer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["code-quality","conventions","framework","linting","rubocop","rubocop-extension","ruby","ruby-gem","static-analysis","trailblazer"],"created_at":"2024-10-01T16:06:27.406Z","updated_at":"2026-06-12T21:03:44.686Z","avatar_url":"https://github.com/seuros.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rubocop::Trailblazer\n\n`Rubocop::Trailblazer` is a Ruby gem that provides additional RuboCop rules that are specifically useful for enforcing best practices and coding styles within projects using the [Trailblazer](http://trailblazer.to/) architecture.\n\n## Installation\n\nInstall `rubocop-trailblazer` gem via the following command:\n\n```sh\n$ gem install rubocop-trailblazer\n```\n\nIf you are using this gem within a project, add the following line in your `Gemfile` or `gems.rb` under the development and test groups:\n```ruby\ngroup :development, :test do \n  gem 'rubocop-trailblazer', require: false \nend\n```\nThen run `bundle install` to install the gem.\n\n## Usage\n\nInstruct RuboCop to load the `Rubocop::Trailblazer` extension. Specify this in your `.rubocop.yml`:\n```yaml \nrequire:\n  rubocop-other-extension\n  rubocop-trailblazer\n```\n\nAlternatively, you can specify this in the command line:\n```sh\n$ rubocop --require rubocop-trailblazer\n```\n\nOr in a Rake task:\n```ruby\nrequire 'rubocop/rake_task'\n\nRuboCop::RakeTask.new do |task|\n  task.requires \u003c\u003c 'rubocop-trailblazer'\nend\n```\n\n## Contributing\n\nWe welcome contributions! For bug reports, feature requests, and pull requests, please feel free to visit our GitHub at https://github.com/seuros/rubocop-trailblazer.\n\nWhen submitting a pull request, please ensure your changes are on a separate branch specific to the feature or issue. All updates should include tests.\n\n## License\n\nThis gem is open-source, available under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseuros%2Frubocop-trailblazer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseuros%2Frubocop-trailblazer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseuros%2Frubocop-trailblazer/lists"}