aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/headless/src/test/resources/ruleSets/makeError-deps.js
blob: f686ccd4d2666bb5b198b37175b794ad14ab80ce (plain)
1
2
3
4
5
exports.name = "Generate Errors - custom";
exports.description = "Always report an error";
exports.rule = function(report) {
  myReport(report, "error");
};