lib/rubocop-thread_safety.rb



# frozen_string_literal: true

require 'rubocop'

require 'rubocop/thread_safety'
require 'rubocop/thread_safety/version'
require 'rubocop/thread_safety/plugin'

require 'rubocop/cop/mixin/operation_with_threadsafe_result'

require 'rubocop/cop/thread_safety/class_instance_variable'
require 'rubocop/cop/thread_safety/class_and_module_attributes'
require 'rubocop/cop/thread_safety/mutable_class_instance_variable'
require 'rubocop/cop/thread_safety/new_thread'
require 'rubocop/cop/thread_safety/dir_chdir'
require 'rubocop/cop/thread_safety/rack_middleware_instance_variable'