willowtreeapps / wist

A linter for BrightScript
Apache License 2.0
43 stars 11 forks source link

Ability to add exceptions to generic rules #120

Closed vbasky closed 1 year ago

vbasky commented 5 years ago

My application has the

"no-private-func": [ "error" ],

Rule enabled which is causing linting error when including third party libraries. I wanted to see if there is an option to add an exception to the generic rule.