From 38d65b094317ae6c12c756f7ae651e9e29037dfd Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 1 Jun 2019 15:08:31 -0700 Subject: [PATCH] Break lint. --- lib/markdownlint.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/markdownlint.js b/lib/markdownlint.js index 611a7ccb..f75d9ef7 100644 --- a/lib/markdownlint.js +++ b/lib/markdownlint.js @@ -11,14 +11,10 @@ const helpers = require("../helpers"); const cache = require("./cache"); const deprecatedRuleNames = [ "MD002" ]; - -function bork() {} +const x = 5; // Validates the list of rules for structure and reuse function validateRuleList(ruleList) { - if (ruleList.length > 100) { - bork(); - } let result = null; if (ruleList.length === rules.length) { // No need to validate if only using built-in rules