canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
33 stars 38 forks source link

Use strict=false configparser #900

Closed dosaboy closed 5 months ago

dosaboy commented 5 months ago

Config files can have the same key used muliple times so allow this when we parse files.

Resolves: #899