sasjs / lint

Linting and formatting for SAS® code

Home Page:https://sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lineEndings

allanbowe opened this issue · comments

for consistency it would be good to have a file level check for line endings, such as:

lineEndings: 'LF'

Valid values would be: LF / CRLF

The severity level would be WARNING

The check would be simple:

  • if LF then there would be no instances of CR
  • if CRLF there would be no standalone instances of CR or LF

If the value is missing, null or undefined then the check would be switched off (no default applied).

Closing as this is now a feature

re-opening (it's not documented)

🎉 This issue has been resolved in version 2.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀