Skip to content

Commit

Permalink
Actually use the calculated window width (#5422)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Sep 17, 2024
1 parent 35ed43d commit 72a18ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export default class Linter {
columnify(this.output.summary, {
showHeaders: false,
minWidth: 15,
maxLineWidth: maxColumns,
})
);
out.push('');
Expand Down Expand Up @@ -250,6 +251,7 @@ export default class Linter {
columns: outputColumns,
columnSplitter: ' ',
config: outputConfig,
maxLineWidth: maxColumns,
})
);
}
Expand Down

0 comments on commit 72a18ee

Please sign in to comment.