Class: CodeclimateCi::CLI
- Inherits:
-
Thor
- Object
- Thor
- CodeclimateCi::CLI
- Defined in:
- lib/codeclimate_ci/cli.rb
Instance Method Summary collapse
Instance Method Details
#check ⇒ Object
13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/codeclimate_ci/cli.rb', line 13 def check CodeclimateCi.configuration.() exit_invalid_credentials! unless api_requester.connection_established? if compare_gpa.worse?(branch_name) exit_worse_code! else exit_good_code! end end |