pyup icon indicating copy to clipboard operation
pyup copied to clipboard

make config validation failures clearer

Open g-k opened this issue 7 years ago • 1 comments

see https://github.com/mozilla-services/buildhub/pull/393

Any of the following would be helpful:

  • highlighting the importance of the whitespace in the "pin directive per file" example on https://pyup.io/docs/bot/config/
  • handling NoneType items in the RequirementConfig constructor https://github.com/pyupio/pyup/blob/060c7f19bba45c1cb1a1d8f596775dceea94ea3a/pyup/config.py#L62
  • more informative validation errors after adding a repo on the website
  • a pyup config validator cli tool or a config validator website

g-k avatar Apr 12 '18 19:04 g-k

I would love that. YAML config parsing needs better handling indeed.

rafaelpivato avatar Mar 28 '20 15:03 rafaelpivato