Skip to content

Commit

Permalink
refactor(formatter/text): Change lint report title
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Apr 17, 2024
1 parent db118b1 commit 02052a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/formatter/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export class Text {
#buffer = "";

format(lintResults: LintResult[], showDetails: boolean) {
this.#writeln("");
this.#writeln(`## UI5Lint Report (${new Date().toLocaleString()}) ##`);
this.#writeln(`UI5 linter report:`);
this.#writeln("");
let totalErrorCount = 0;
let totalWarningCount = 0;
Expand Down

0 comments on commit 02052a1

Please sign in to comment.