mirror of
https://github.com/sasjs/lint.git
synced 2026-04-24 14:41:32 +00:00
feat(lint): implement v1 with 3 rules - trailing spaces, encoded passwords and Doxygen header
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"noTrailingSpaces": true,
|
||||
"noEncodedPasswords": true,
|
||||
"hasDoxygenHeader": true
|
||||
}
|
||||
Reference in New Issue
Block a user