Closed YuryShkoda closed 1 year ago
Related to https://github.com/sasjs/cli/issues/1338
Throw an error during the compilation if <h4> SAS Includes </h4> or <h4> Binary Files </h4> headers were detected in the content of the Macro.
<h4> SAS Includes </h4>
<h4> Binary Files </h4>
Macro
validateDependency
CompileTree
npm run lint:fix
npm test
sasjs-cli
:tada: This PR is included in version 3.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Issue
Related to https://github.com/sasjs/cli/issues/1338
Intent
Throw an error during the compilation if
<h4> SAS Includes </h4>
or<h4> Binary Files </h4>
headers were detected in the content of theMacro
.Implementation
validateDependency
method toCompileTree
class.validateDependency
.Checks
npm run lint:fix
).npm test
).sasjs-cli
unit tests are passing (npm test
).