Module: RuboCop::AI

Extended by:
T::Sig
Defined in:
lib/rubocop/ai.rb,
lib/rubocop/ai/inject.rb,
lib/rubocop/ai/version.rb

Overview

Container namespace for the AI-related cops and extensions

Defined Under Namespace

Modules: Inject Classes: Error

Constant Summary collapse

VERSION =

Current version of the gem

'0.1.0'

Class Method Summary collapse

Class Method Details

.project_rootObject



18
19
20
# File 'lib/rubocop/ai.rb', line 18

def self.project_root
  T.let(File.join(__dir__ || '', '..', '..'), String)
end