You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may want to define a custom profile that is only a mix and match of other profiles and excluded checks, however a PROFILE definition requires a section. One can fake not defining sections like so, but this seems moot:
PROFILE = {
"sections": {
"": []
},
…
If internally there is a need to have an (empty) section then the default for a PROFILE without defined sections should just be this mock empty value and allow the user to define profiles without explicit sections.