{"id":17189624,"url":"https://github.com/rickselby/rubocop-rickselby","last_synced_at":"2025-04-13T19:24:36.354Z","repository":{"id":210300737,"uuid":"726239827","full_name":"rickselby/rubocop-rickselby","owner":"rickselby","description":"Gem for my rubocop configuration","archived":false,"fork":false,"pushed_at":"2024-10-17T18:41:15.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T04:11:05.289Z","etag":null,"topics":["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/rickselby.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-01T20:55:51.000Z","updated_at":"2024-10-17T18:41:17.000Z","dependencies_parsed_at":"2023-12-31T14:30:08.901Z","dependency_job_id":"37d58110-6378-4270-ab42-174aa07a408b","html_url":"https://github.com/rickselby/rubocop-rickselby","commit_stats":null,"previous_names":["rickselby/rubocop-rickselby"],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickselby%2Frubocop-rickselby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickselby%2Frubocop-rickselby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickselby%2Frubocop-rickselby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickselby%2Frubocop-rickselby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickselby","download_url":"https://codeload.github.com/rickselby/rubocop-rickselby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766765,"owners_count":21158314,"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":["rubocop","ruby"],"created_at":"2024-10-15T01:12:05.779Z","updated_at":"2025-04-13T19:24:36.334Z","avatar_url":"https://github.com/rickselby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My rubocop setup\n\nConfig in `./config`\n\n## Installation\n\nAdd `rubocop-rickselby` to your Gemfile:\n\n```ruby\ngroup :development, :test do\n  gem \"rubocop-rickselby\", \"~\u003e 0.14\", require: false\nend\n```\n\nInherit the desired configuration in your `.rubocop.yml`:\n\n```yaml\n# .rubocop.yml\ninherit_gem:\n  rubocop-rickselby:\n    - config/default.yml # generic Ruby rules and cops\n    - config/capybara.yml # capybara-specific rules and cops\n    - config/factory_bot.yml # factory_bot-specific rules and cops\n    - config/rails.yml # Rails-specific rules and cops\n    - config/rspec.yml # RSpec-specific rules and cops\n    - config/rspec_rails.yml # RSpec-specific rules and cops for rails\n    - config/sequel.yml # sequel-specific rules and cops\n```\n\nYou can override cops in your own local `.rubocop.yml` file as required.\n\n### `erb-lint`\n\nConfig is also available for [https://github.com/Shopify/erb-lint](erb-lint).\n\nAdd a local `.erb-lint.yml` file to your project:\n\n```yaml\n---\nexclude:\n  - 'node_modules/**/*'\n  - 'vendor/**/*'\ninherit_gem:\n  rubocop-rickselby:\n    - config/erb-lint.yml\n```\n\nThe default file path is `**/*.html{+*,}.erb` - this can be changed with a `glob` setting in `.erb-lint.yml`, e.g.\n\n```yaml\n---\nglob: \"**/*.erb\"\n```\n\n## Contributing\nBug reports and pull requests are welcome on GitHub at https://github.com/rickselby/rubocop-rickselby.\n\n## License\nThe gem is available as open source under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickselby%2Frubocop-rickselby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickselby%2Frubocop-rickselby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickselby%2Frubocop-rickselby/lists"}