{"id":22914104,"url":"https://github.com/suse/scc-codestyle","last_synced_at":"2025-07-22T11:39:46.045Z","repository":{"id":46518960,"uuid":"98548398","full_name":"SUSE/scc-codestyle","owner":"SUSE","description":"Shared Ruby style guide used by the SCC Team.","archived":false,"fork":false,"pushed_at":"2025-04-25T09:50:12.000Z","size":116,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-07-19T22:46:05.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"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/SUSE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-07-27T14:52:36.000Z","updated_at":"2024-07-11T06:55:46.000Z","dependencies_parsed_at":"2024-07-11T08:21:20.892Z","dependency_job_id":null,"html_url":"https://github.com/SUSE/scc-codestyle","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SUSE/scc-codestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fscc-codestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fscc-codestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fscc-codestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fscc-codestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SUSE","download_url":"https://codeload.github.com/SUSE/scc-codestyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fscc-codestyle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266486489,"owners_count":23936969,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-12-14T05:13:21.880Z","updated_at":"2025-07-22T11:39:45.991Z","avatar_url":"https://github.com/SUSE.png","language":"Ruby","readme":"# Scc::Codestyle\n\nShared Ruby style guide used by the SCC Team.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngroup :test, :development do\n  gem 'scc-codestyle'\nend\n```\n\nYou do not need to include RuboCop directly in your application's dependencies. Scc::Codestyle will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects.\n\n## Usage\n\nCreate a `.rubocop.yml` with the following directives:\n\n```yaml\ninherit_gem:\n  scc-codestyle:\n    - default.yml\n```\n\nNow, run:\n\n```bash\n$ bundle exec rubocop\n```\n\nYou can also automatically generate a `.rubocop_todo.yml` file to temporarily ignore failing cops until the offenses are removed from your code base. Run:\n\n```bash\n$ bundle exec rubocop --auto-gen-config\n```\n\nAnd add this to `.rubocop.yml` below the previous block:\n\n```yaml\ninherit_from: .rubocop_todo.yml\n```\n\n### Development\n\nBuild the docker container with:\n\n```bash\n$ make build\n```\n\nAnd then enter in the container with:\n\n```bash\n$ make console\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuse%2Fscc-codestyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuse%2Fscc-codestyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuse%2Fscc-codestyle/lists"}