renovate/lib
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
..
api feat(lerna): Add lerna support (#535) 2017-07-27 09:36:36 +02:00
config feat: Log warnings when unknown configuration options or option types found (#554) 2017-07-28 21:15:27 +02:00
logger chore(logs): Ignore start_time log field 2017-07-19 08:41:09 +02:00
workers feat: Log warnings when unknown configuration options or option types found (#554) 2017-07-28 21:15:27 +02:00
renovate.js Refactor config definitions and onboarding values (#360) 2017-06-26 13:08:57 +02:00