1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-16 08:40:05 +00:00

chore: add enum for lineEndings in sasjs-lint-schema.json

This commit is contained in:
2023-02-20 16:10:10 +05:00
parent 40e90995f8
commit bc7a7a7645
4 changed files with 5 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ This will check each line to ensure that the count of leading spaces can be divi
### lineEndings
This setting ensures the line endings in a file conform to the configured type. Possible values are `lf` and `crlf`. If the value is missing, null or undefined then the check would be switched off (no default applied).
This setting ensures the line endings in a file to conform the configured type. Possible values are `lf`, `crlf` and `off` (off means rule is set to be off). If the value is missing, null or undefined then the check would be switched off (no default applied).
- Severity: WARNING