Class: Pod::Command::RepoArt::Lint
- Inherits:
-
Pod::Command::RepoArt
- Object
- Pod::Command
- Pod::Command::RepoArt
- Pod::Command::RepoArt::Lint
- Defined in:
- lib/pod/command/repo_art/lint.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Lint
constructor
A new instance of Lint.
- #run ⇒ Object
- #validate! ⇒ Object
Constructor Details
Class Method Details
.options ⇒ Object
17 18 19 20 21 |
# File 'lib/pod/command/repo_art/lint.rb', line 17 def self. [ ['--only-errors', 'Lint presents only the errors'] ].concat(super) end |
Instance Method Details
#run ⇒ Object
31 32 33 |
# File 'lib/pod/command/repo_art/lint.rb', line 31 def run @cmd.run end |
#validate! ⇒ Object
27 28 29 |
# File 'lib/pod/command/repo_art/lint.rb', line 27 def validate! @cmd.validate! end |