SQL

SQL

Made by DeepSource

Line too long SQL-L016

Style
Minor

Line length of the SQL statement exceeds the defined limit. This includes

  • Maximum line length allowed.
  • Tab space size equal to one tab.
  • Spaces/tabs.

The defaults can be configured per your needs with the following parameters.

Parameter Type Default value
maxlinelength Integer 80
tabspacesize Integer 4
indent_unit String "space"