mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.1k stars 336 forks source link

specify line length #904

Closed pan64 closed 2 years ago

pan64 commented 2 years ago

Is there any way to specify the length of the line (similar to pylint) and at least drop a message if line is too long?

mvdan commented 2 years ago

Duplicate of #80.