"README.md" did not exist on "686e5206111dd247f0428ddf24bd0c5535fde5fd"
additional "errors" entry with enumerated values (default|warn|ignore|strict) for defining warning or error at construct or runtime stage
default : construct = warn, runtime = fatal
warn : construct = warn, runtime = warn
ignore : construct = silent, runtime = silent
strict : construct = fatal, runtime = fatal
The errors control can be added at the top-level and/or for individual function objects.