sasjs / lint

Linting and formatting for SAS® code

Home Page:https://sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new lint rule - capture zero width whitespace (and other gremlins)

allanbowe opened this issue · comments

Invalid characters can happen frequently in SAS programs, sometimes due to deliberate use by programmers (which is bad practice, hex literals should be used instead) and other times during migration from WLATIN1 to UTF-8 and vice versa.

example:

There should be a rule to pick these up, that is also configurable (in terms of an array of character codes to be scanned for)

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀