USDA-ARS-NWRC / inicheck

Automated handling, checking, and outputting of complicated .ini configuration files.
Other
1 stars 4 forks source link

CoreConfig type handling not catching types not completely typed out #20

Closed robertson-mark closed 4 years ago

robertson-mark commented 5 years ago

Description

Had incorrect type in coreconfig.ini, type = CriticalFile, and the result was a warning with unregistered option.

What I Did

micahjohnson150 commented 5 years ago

Mark found that when he provided a totally misspelled type it would throw the appropriate error, If the spelling was an incomplete spelling of an appropriate type it would work but only mention it was an unregistered option.