lib/git/lint/reporters/branch.rb in git-lint-3.0.2 vs lib/git/lint/reporters/branch.rb in git-lint-3.1.0

- old
+ new

@@ -13,10 +13,10 @@ @collector = collector @colorizer = colorizer end def to_s - "Running #{Identity::LABEL}...#{branch_report}\n" \ + "Running Git Lint...#{branch_report}\n" \ "#{commit_total}. #{issue_totals}.\n" end alias to_str to_s