Class: Rucoa::Rubocop::ConfigurationChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/rucoa/rubocop/configuration_checker.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.callBoolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/rucoa/rubocop/configuration_checker.rb', line 10

def call
  new.call
end

Instance Method Details

#callBoolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/rucoa/rubocop/configuration_checker.rb', line 16

def call
  rubocop_configured_for_current_directory?
end