Expand note about defaults.json compatibility

In the future we might convert the file to JSON with comments, or add
this note to a JSON schema.
This commit is contained in:
Henry Mercer 2023-01-12 15:46:12 +00:00
parent 1eeb9df353
commit a89ad76881
12 changed files with 18 additions and 12 deletions

View file

@ -25,7 +25,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const fs = __importStar(require("fs"));
const path = __importStar(require("path"));
const ava_1 = __importDefault(require("ava"));
const defaults = __importStar(require("./defaults.json")); // Referenced from codeql-action-sync-tool!
const defaults = __importStar(require("./defaults.json"));
const feature_flags_1 = require("./feature-flags");
const logging_1 = require("./logging");
const repository_1 = require("./repository");