Class: Kender::Rdlint

Inherits:
Command show all
Defined in:
lib/kender/commands/rdlint.rb

Instance Attribute Summary

Attributes inherited from Command

#success

Instance Method Summary collapse

Methods inherited from Command

all, all_names, all_success?, commands, #execute, inherited, #name, #run

Instance Method Details

#available?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/kender/commands/rdlint.rb', line 4

def available?
  in_gemfile?('crichton') && Dir.exists?(File.join(Dir.pwd, 'api_descriptors'))
end

#commandObject



8
9
10
# File 'lib/kender/commands/rdlint.rb', line 8

def command
  'bundle exec rdlint -as'
end