checkDeployBat method

void checkDeployBat()

Implementation

void checkDeployBat() {
  const targetPath = 'deploy.bat';
  const templatePath = 'lib/project_validator/data/deploy.bat';
  ValidatorUtils.checkLineByLine(targetPath: targetPath, templatePath: templatePath);
}