@abaplint/core
Version:
abaplint - Core API
21 lines • 889 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RuleTag = void 0;
var RuleTag;
(function (RuleTag) {
RuleTag["Experimental"] = "Experimental";
RuleTag["DeprecationCandidate"] = "DeprecationCandidate";
RuleTag["Upport"] = "Upport";
RuleTag["Downport"] = "Downport";
RuleTag["Whitespace"] = "Whitespace";
RuleTag["Naming"] = "Naming";
RuleTag["Quickfix"] = "Quickfix";
RuleTag["Performance"] = "Performance";
RuleTag["Syntax"] = "Syntax";
RuleTag["Security"] = "Security";
/** Relevant wrt the official SAP ABAP style guide*/
RuleTag["Styleguide"] = "Styleguide";
/** Single file compatible, the rule gives correct results when having only information about the single file */
RuleTag["SingleFile"] = "SingleFile";
})(RuleTag || (exports.RuleTag = RuleTag = {}));
//# sourceMappingURL=_irule.js.map