CDCgov / cfa_azure

Apache License 2.0
8 stars 2 forks source link

Remove unused parameter checks from `helpers.check_config_req()` #87

Open arik-shurygin opened 1 month ago

arik-shurygin commented 1 month ago

Currently helpers.check_config_req() checks for a ton of parameters that are not used explicitly in the code. Can we reevaluate exactly what is needed and remove checks for unused parameters? This way I know what I can clean out of my config toml files.