class Kender::Rdlint

Public Instance Methods

available?() click to toggle source
# File lib/kender/commands/rdlint.rb, line 4
def available?
  in_gemfile?('crichton') && Dir.exists?(File.join(Dir.pwd, 'api_descriptors'))
end
command() click to toggle source
# File lib/kender/commands/rdlint.rb, line 8
def command
  'bundle exec rdlint -as'
end