Class: Kender::Brakeman

Inherits:
Command show all
Defined in:
lib/kender/commands/brakeman.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/brakeman.rb', line 4

def available?
  in_gemfile?('brakeman')
end

#commandObject



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

def command
  'bundle exec brakeman --quiet --exit-on-warn'
end