declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
6 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.check = void 0;
const domain_1 = require("../../../../../../../domain");
exports.check = domain_1.FileCheckType.CONTAINS; // i.e., check that the contents of the file contains what's declared (default is equals)
//# sourceMappingURL=serverless.yml.declapract.js.map