1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

Update README.md

This commit is contained in:
Allan Bowe
2021-04-06 15:50:02 +01:00
committed by GitHub
parent 3b130a797e
commit 39b8c4b0c4

View File

@@ -51,7 +51,7 @@ Code becomes far more readable when line lengths are short. The most compelling
In batch mode, long SAS code lines may also be truncated, causing hard-to-detect errors.
For this reason we strongly recommend a line length limit, and we set the bar at 80.
For this reason we strongly recommend a line length limit, and we set the bar at 80. To turn this feature off, set the value to 0.
Severity: WARNING