-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check Soundness for CONFIG properties #2984
Comments
Properties of CONFIG. Broadly speaking, you can add new properties to most places they just won't do anything (e.g. CONFIG.Actor.foo = 'bar') without further usage.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
CONFIG
we need to know how each object/array can be configured in order to help keep it safe.For each object/array I'd like to know:
As well as any cases where the current types are missing properties, overly restrictive, or not restrictive enough.
The text was updated successfully, but these errors were encountered: