inicheck was not correctly handling certain items in the config file in 0.3.0 - 0.4.0. There was a few updates that now have fixed those things. @robertson-mark and I concluded it was best to have this in the release since it was misleading and would likely cause aggravation down the line.
Changes:
Requirements upgraded inicheck
Critical paths no longer accept None, instead use discrectionary for paths that need to exist when they are not none.
Checkers now handle all the values in an entry, this means that list checking, option checking are handled more accurately. So CheckStation needed to be updated.
Getting paths relative the config is being handled inside inicheck now and the functions being used before were misleading.
Note that this work has already been done in master.
inicheck was not correctly handling certain items in the config file in 0.3.0 - 0.4.0. There was a few updates that now have fixed those things. @robertson-mark and I concluded it was best to have this in the release since it was misleading and would likely cause aggravation down the line.
Changes:
Note that this work has already been done in master.