Class: Avmtrf1::Tools::Runner::Git::IssuesCheck

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/tools/runner/git/issues_check.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
# File 'lib/avmtrf1/tools/runner/git/issues_check.rb', line 16

def run
  infov 'Repository path', git_url
  infov 'Remote hashs found', remote_hashs.count
  infov 'Issues found', issues_on_repository.count
  issues_on_repository.each(&:check)
end