Skip to content

Commit

Permalink
fix: adding mend to every macro statement using sasjs lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Jun 21, 2021
1 parent 32a6d15 commit d7371a4
Show file tree
Hide file tree
Showing 123 changed files with 245 additions and 337 deletions.
2 changes: 1 addition & 1 deletion .sasjslint
Expand Up @@ -2,7 +2,7 @@
"noTrailingSpaces": true,
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"hasMacroNameInMend": false,
"hasMacroNameInMend": true,
"hasMacroParentheses": true,
"noNestedMacros": false,
"noSpacesInFileNames": true,
Expand Down

0 comments on commit d7371a4

Please sign in to comment.