Open gsnider2195 opened 1 week ago
New rule to check for get_settings_or_config or get_app_settings_or_config being accessed on module import. These functions access the database so they should only be used after the database is ready.
get_settings_or_config
get_app_settings_or_config
Environment
Proposed Functionality
New rule to check for
get_settings_or_config
orget_app_settings_or_config
being accessed on module import. These functions access the database so they should only be used after the database is ready.Use Case