Skip to content

AirHelp/pronto-rubocop

 
 

Repository files navigation

Pronto runner for Rubocop

Code Climate Build Status Gem Version Dependency Status

Pronto runner for Rubocop, ruby code analyzer. What is Pronto?

Configuration

Configuring Rubocop via .rubocop.yml will work just fine with pronto-rubocop. You can also specify a custom .rubocop.yml location with the environment variable RUBOCOP_CONFIG

You can also provide additional configuration via .pronto.yml:

     rubocop:
      # Map of Rubocop severity level to Pronto severity level
      severities:
        refactor: info
        warning: error

About

Pronto runner for Rubocop, ruby code analyzer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%