The request timeout right now is hardcoded at 1000ms. I've got a lot of Rubocop plugins, so I'm at about 1100ms, so linting is failing for me:
Error while autocorrecting: Error: Request timed out after 1000ms
Here's what I've got loaded:
inherit_gem:
action_policy: config/rubocop-rspec.yml
syntax_tree: config/rubocop.yml
plugins:
- rubocop-capybara
- rubocop-factory_bot
- rubocop-graphql
- rubocop-performance
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails
Thanks for the great plugin! 👍
The request timeout right now is hardcoded at 1000ms. I've got a lot of Rubocop plugins, so I'm at about 1100ms, so linting is failing for me:
Here's what I've got loaded:
Thanks for the great plugin! 👍