update spring version
Implements rubocop command for Spring.
rubocop
Add to your Gemfile:
gem 'spring-commands-rubocop', group: :development
If you use spring binstubs, run bundle exec spring binstub rubocop to generate bin/rubocop. Then run spring stop to pick up the changes.
bundle exec spring binstub rubocop
bin/rubocop
spring stop
Copyright (c) 2015 Alex Rodionov. See LICENSE.txt for details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
spring-commands-rubocop
Implements
rubocop
command for Spring.Usage
Add to your Gemfile:
If you use spring binstubs, run
bundle exec spring binstub rubocop
to generatebin/rubocop
. Then runspring stop
to pick up the changes.Copyright
Copyright (c) 2015 Alex Rodionov. See LICENSE.txt for details.