Class: CC::CLI::ValidateConfig
- Includes:
- Analyzer, Yaml
- Defined in:
- lib/cc/cli/validate_config.rb
Constant Summary collapse
- VALID_CONFIG_MESSAGE =
"No errors or warnings found in .codeclimate.yml file.".freeze
Constants included from Analyzer
Constants inherited from Command
Instance Method Summary collapse
Methods inherited from Command
command_name, #execute, #fatal, #initialize, #require_codeclimate_yml, #say, #warn
Constructor Details
This class inherits a constructor from CC::CLI::Command
Instance Method Details
#run ⇒ Object
11 12 13 14 |
# File 'lib/cc/cli/validate_config.rb', line 11 def run require_codeclimate_yml verify_yaml end |