{"id":19667184,"url":"https://github.com/joshbuker/rubocop-athix","last_synced_at":"2026-05-16T03:03:07.033Z","repository":{"id":56893142,"uuid":"379671311","full_name":"joshbuker/rubocop-athix","owner":"joshbuker","description":"Contains my commonly used styling overrides for Rubocop","archived":false,"fork":false,"pushed_at":"2024-01-04T20:20:49.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T00:20:02.666Z","etag":null,"topics":[],"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/joshbuker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-06-23T16:50:17.000Z","updated_at":"2022-06-11T00:51:14.000Z","dependencies_parsed_at":"2024-11-11T16:43:57.339Z","dependency_job_id":null,"html_url":"https://github.com/joshbuker/rubocop-athix","commit_stats":null,"previous_names":["athix/rubocop-athix"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbuker%2Frubocop-athix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbuker%2Frubocop-athix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbuker%2Frubocop-athix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbuker%2Frubocop-athix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshbuker","download_url":"https://codeload.github.com/joshbuker/rubocop-athix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240976319,"owners_count":19887464,"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":[],"created_at":"2024-11-11T16:30:59.801Z","updated_at":"2026-05-16T03:03:02.008Z","avatar_url":"https://github.com/joshbuker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RuboCop Athix\n\nContains my commonly used styling overrides for Rubocop.\n\n## Adding additional Excludes\n\nInherit mode does not get inherited, meaning you'll need to add the following to\nyour config if you overwrite the Exclude and want it to append rather than\nreplace:\n\n```yaml\n##\n# Merge instead of overwriting. For more details, see:\n# https://docs.rubocop.org/rubocop/configuration.html#merging-arrays-using-inherit_mode\n#\ninherit_mode:\n  merge:\n    - Exclude\n```\n\n## Usage\n\n### Rails Applications\n\n**Gemfile**\n\n```ruby\ngem 'rubocop-athix'\ngem 'rubocop-i18n'\ngem 'rubocop-rails'\ngem 'rubocop-rake'\ngem 'rubocop-rspec'\n```\n\n**.rubocop.yml**\n\n```yaml\ninherit_gem:\n  rubocop-athix:\n    - config/rails.yml\n```\n\n### Ruby Gems\n\n**Gemspec**\n\n```ruby\ns.add_development_dependency 'rubocop-athix'\ns.add_development_dependency 'rubocop-rake'\ns.add_development_dependency 'rubocop-rspec'\n```\n\n**Gemfile**\n\n```ruby\ngem 'rubocop-athix'\ngem 'rubocop-rake'\ngem 'rubocop-rspec'\n```\n\n**.rubocop.yml**\n\n```yaml\ninherit_gem:\n  rubocop-athix:\n    - config/gems.yml\n```\n\n### Other Ruby code\n\n**Gemfile**\n\n```ruby\ngem 'rubocop-athix'\n```\n\n**.rubocop.yml**\n\n```yaml\ninherit_gem:\n  rubocop-athix:\n    - config/default.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbuker%2Frubocop-athix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshbuker%2Frubocop-athix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbuker%2Frubocop-athix/lists"}