Method: Gct::Command::Spec::Lint#run
- Defined in:
- lib/gct/command/spec/lint.rb
#run ⇒ Object
24 25 26 27 |
# File 'lib/gct/command/spec/lint.rb', line 24 def run # system "pod lib lint --sources=#{Constant.GitURL}iOSCRGTPodSource.git --allow-warnings --verbose --skip-import-validation --use-libraries", exception: true lint_spec end |