renovate/lib/config
Rhys Arkins 7d493a14bf feat: Log warnings when unknown configuration options or option types found (#554)
This PR adds detection and log warnings for the following config validation errors:
- Unknown config option (e.g misspelling of a valid config option)
- Config option is a wrong type (e.g. string instead of boolean)

It does *not* propagate this warning to the user (i.e. in onboarding or PRs) yet due to the high chance that we'll find a false negative. I will watch logs for a week or so and then once happy with results will activate user-visible warnings via #556.

Closes #548, Closes #555
2017-07-28 21:15:27 +02:00
..
templates feat(versions): Roll back if current version missing/unpublished (#497) 2017-07-18 20:01:00 +02:00
cli.js Add GitHub App support (#230) 2017-06-02 22:06:15 +02:00
defaults.js feat: schedule support for lock file maintenance 2017-07-01 06:46:11 +02:00
definitions.js feat: add 'patch' option to automerge (#539) 2017-07-27 22:17:28 +02:00
env.js feat(lockFile): Support lockFileMaintenance disabling in env 2017-07-24 20:56:15 +02:00
file.js Refactor helpers (#382) 2017-06-29 07:29:41 +02:00
github-app.js Refactor helpers (#382) 2017-06-29 07:29:41 +02:00
index.js feat(logs): Support custom log detail fields 2017-07-19 08:05:26 +02:00
validation.js feat: Log warnings when unknown configuration options or option types found (#554) 2017-07-28 21:15:27 +02:00