Method: Codeguard.setup

Defined in:
lib/codeguard.rb

.setupObject



36
37
38
39
40
# File 'lib/codeguard.rb', line 36

def setup
  LOCAL_LINTERS.each do |lint|
    Setup.perform(lint)
  end
end