-
Notifications
You must be signed in to change notification settings - Fork 57
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
detect duplicated config keys in config file #1862
Comments
Hmm, what's the plan here? The config is parsed by a framework. Are you going to drill into that? |
yes @michaz . looking into typesafe config framework |
But if it doesn't have that feature, we are not going to patch that framework just in order to get that feature in, are we? We would then just do without it? |
Typesafe library does not have feature to detect overwritten keys in config files. Also this library core classes are not public they are having package lavel access so we can't access them by inheritance that means we can not change there behaviour. We are looking some way to do this without this library. |
…plicate-config-key-4ci check duplicate keys
closed via #1880 |
No description provided.
The text was updated successfully, but these errors were encountered: