Module: RuboCop::ThreadSafety

Defined in:
lib/rubocop/thread_safety.rb,
lib/rubocop/thread_safety/inject.rb,
lib/rubocop/thread_safety/version.rb

Overview

RuboCop::ThreadSafety detects some potential thread safety issues.

Defined Under Namespace

Modules: Inject

Constant Summary collapse

CONFIG =
YAML.safe_load(CONFIG_DEFAULT.read).freeze
VERSION =
'0.5.1'