{"id":13878873,"url":"https://github.com/marcoroth/rubocop-stimulus_reflex","last_synced_at":"2025-04-28T16:17:12.482Z","repository":{"id":46774879,"uuid":"380482647","full_name":"marcoroth/rubocop-stimulus_reflex","owner":"marcoroth","description":"Code style checking for StimulusReflex","archived":false,"fork":false,"pushed_at":"2025-02-27T20:00:59.000Z","size":31,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T16:17:06.727Z","etag":null,"topics":["linter","rails","rubocop","ruby","stimulusreflex"],"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/marcoroth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2021-06-26T11:12:21.000Z","updated_at":"2025-02-27T20:01:02.000Z","dependencies_parsed_at":"2024-10-22T23:21:22.433Z","dependency_job_id":null,"html_url":"https://github.com/marcoroth/rubocop-stimulus_reflex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoroth%2Frubocop-stimulus_reflex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoroth%2Frubocop-stimulus_reflex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoroth%2Frubocop-stimulus_reflex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoroth%2Frubocop-stimulus_reflex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcoroth","download_url":"https://codeload.github.com/marcoroth/rubocop-stimulus_reflex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251342725,"owners_count":21574245,"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":["linter","rails","rubocop","ruby","stimulusreflex"],"created_at":"2024-08-06T08:02:02.837Z","updated_at":"2025-04-28T16:17:12.467Z","avatar_url":"https://github.com/marcoroth.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# RuboCop::StimulusReflex\n\nStimulusReflex-specific analysis for your projects, as an extension to [RuboCop](https://github.com/rubocop/rubocop).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rubocop-stimulus_reflex'\n```\n\nAnd then execute:\n\n```bash\nbundle install\n```\n\nOr install it yourself as:\n\n```bash\ngem install rubocop-stimulus_reflex\n```\n\n## Usage\n\nYou need to tell RuboCop to load the StimulusReflex extension. There are threeways to do this:\n\n### RuboCop configuration file\n\nPut this into your `.rubocop.yml`.\n\n```yaml\nrequire: rubocop-stimulus_reflex\n```\n\nAlternatively, use the following array notation when specifying multiple extensions.\n\n```yaml\nrequire:\n  - rubocop-other-extension\n  - rubocop-stimulus_reflex\n```\n\nNow you can run `rubocop` and it will automatically load the RuboCop StimulusReflex cops together with the standard cops.\n\n### Command line\n\n```bash\nrubocop --require rubocop-stimulus_reflex\n```\n\n### Rake task\n\n```ruby\nRuboCop::RakeTask.new do |task|\n  task.requires \u003c\u003c 'rubocop-stimulus_reflex'\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, 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/marcoroth/rubocop-stimulus_reflex. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/marcoroth/rubocop-stimulus_reflex/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the RuboCop::StimulusReflex project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/marcoroth/rubocop-stimulus_reflex/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcoroth%2Frubocop-stimulus_reflex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcoroth%2Frubocop-stimulus_reflex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcoroth%2Frubocop-stimulus_reflex/lists"}