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

2
lib/codeql.test.js generated
View file

@ -36,7 +36,7 @@ const sinon = __importStar(require("sinon"));
const actionsUtil = __importStar(require("./actions-util"));
const api = __importStar(require("./api-client"));
const codeql = __importStar(require("./codeql"));
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 languages_1 = require("./languages");
const logging_1 = require("./logging");