Module: RuboCop::Server Private
Overview
The bootstrap module for server.
Constant Summary
-
TIMEOUT =
# File 'lib/rubocop/server.rb', line 1820
Class Attribute Summary
- .running? ⇒ Boolean readonly Internal use only
- .support_server? ⇒ Boolean readonly Internal use only
Class Method Summary
- .wait_for_running_status!(expected) Internal use only
Class Attribute Details
.running? ⇒ Boolean (readonly)
# File 'lib/rubocop/server.rb', line 33
def running? return false unless support_server? # Never running. Cache.pid_running? end