Method: Pod::Command::Repo::Lint#initialize

Defined in:
lib/cocoapods/command/repo/lint.rb

#initialize(argv) ⇒ Lint

Returns a new instance of Lint.



23
24
25
26
27
# File 'lib/cocoapods/command/repo/lint.rb', line 23

def initialize(argv)
  @name = argv.shift_argument
  @only_errors = argv.flag?('only-errors')
  super
end