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
30 stars 37 forks source link

Use strict=false configparser #900

Closed dosaboy closed 3 weeks ago

dosaboy commented 3 weeks ago

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

Resolves: #899