{"id":13879192,"url":"https://github.com/prontolabs/pronto-rubocop","last_synced_at":"2025-10-08T02:12:15.278Z","repository":{"id":9508786,"uuid":"11403935","full_name":"prontolabs/pronto-rubocop","owner":"prontolabs","description":"Pronto runner for Rubocop, ruby code analyzer","archived":false,"fork":false,"pushed_at":"2025-02-17T14:55:31.000Z","size":149,"stargazers_count":83,"open_issues_count":6,"forks_count":74,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T15:08:28.689Z","etag":null,"topics":["analyzer","pronto","pronto-runner","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/prontolabs.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-14T14:16:41.000Z","updated_at":"2025-02-17T14:55:27.000Z","dependencies_parsed_at":"2024-06-18T13:55:07.148Z","dependency_job_id":"a7efd315-a78c-4b9d-8eaa-b1819d63dbaa","html_url":"https://github.com/prontolabs/pronto-rubocop","commit_stats":{"total_commits":189,"total_committers":29,"mean_commits":6.517241379310345,"dds":"0.31746031746031744","last_synced_commit":"5fcb08dcd1d3a84ecf1c1b2f4fe6abc04c2790f1"},"previous_names":["mmozuras/pronto-rubocop"],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-rubocop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-rubocop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-rubocop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prontolabs%2Fpronto-rubocop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prontolabs","download_url":"https://codeload.github.com/prontolabs/pronto-rubocop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208151,"owners_count":20901570,"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":["analyzer","pronto","pronto-runner","rubocop","ruby"],"created_at":"2024-08-06T08:02:12.940Z","updated_at":"2025-10-08T02:12:10.246Z","avatar_url":"https://github.com/prontolabs.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Pronto runner for RuboCop\n\n[![Gem Version](https://badge.fury.io/rb/pronto-rubocop.png)](http://badge.fury.io/rb/pronto-rubocop)\n[![Build Status](https://github.com/prontolabs/pronto-rubocop/actions/workflows/checks.yml/badge.svg)](https://github.com/prontolabs/pronto-rubocop/actions/workflows/checks.yml)\n[![Code Climate](https://codeclimate.com/github/prontolabs/pronto-rubocop.png)](https://codeclimate.com/github/prontolabs/pronto-rubocop)\n\nPronto runner for [RuboCop](https://github.com/bbatsov/rubocop), ruby code\nanalyzer. [What is Pronto?](https://github.com/prontolabs/pronto)\n\n## Configuration\n\nConfiguring RuboCop via `.rubocop.yml` will work just fine with\n`pronto-rubocop`.\n\nYou can also specify a custom `.rubocop.yml` location with the environment\nvariable `RUBOCOP_CONFIG`.\n\nYou can also provide additional configuration via `.pronto.yml`:\n\n```yml\nrubocop:\n  # Map of RuboCop severity level to Pronto severity level\n  severities:\n    refactor: info\n    warning: error\n\n  # Enable suggestions\n  suggestions: true\n```\n\n## Suggestions\n\nWhen suggestions are enabled, the messages will include a line suggesting\nwhat to change, using [GitHub's](https://twitter.com/wa7son/status/1052326282900443137)\nsyntax on Pull Request reviews, that can be approved in one click right from\nthe Pull Request.\n\nFor example:\n\n![GitHub screenshot with suggestion](https://user-images.githubusercontent.com/132/50402757-1bd75b80-0799-11e9-809f-8b8a23ed33f6.png)\n\n## RuboCop versions\n\nIf you need to use RuboCop v0.84.0 or v0.85.x, you'll need to ensure that\nyou've also need to add `gem 'rubocop-ast', '\u003c 0.7.0'` to your Gemfile as\nthese were the first versions to use rubocop-ast, and unfortunately the\ndependency was loose enough that rubocop-ast versions \u003e= 0.7.0 were allowed,\nwhich causes `require 'rubocop'` to fail with\n```\n  NoMethodError:\n    undefined method `join' for #\u003cSet: {:==, :===, :!=, :\u003c=, :\u003e=, :\u003e, :\u003c}\u003e\n  in rubocop-0.84.0/lib/rubocop/cop/style/redundant_conditional.rb:57:in `\u003cclass:RedundantConditional\u003e'\n```\nThis is due to https://github.com/rubocop-hq/rubocop-ast/issues/22\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprontolabs%2Fpronto-rubocop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprontolabs%2Fpronto-rubocop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprontolabs%2Fpronto-rubocop/lists"}