Skip to content
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

Closed
wrashid opened this issue May 29, 2019 · 5 comments
Closed

detect duplicated config keys in config file #1862

wrashid opened this issue May 29, 2019 · 5 comments
Assignees

Comments

@wrashid
Copy link
Collaborator

wrashid commented May 29, 2019

No description provided.

@michaz
Copy link
Collaborator

michaz commented Jun 2, 2019

Hmm, what's the plan here? The config is parsed by a framework. Are you going to drill into that?

@rajnikantsh
Copy link
Collaborator

yes @michaz . looking into typesafe config framework

@michaz
Copy link
Collaborator

michaz commented Jun 4, 2019

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?

@rajnikantsh
Copy link
Collaborator

rajnikantsh commented Jun 4, 2019

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.

rajnikantsh added a commit that referenced this issue Jun 6, 2019
…plicate-config-key-4ci

check duplicate keys
@rajnikantsh
Copy link
Collaborator

closed via #1880

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants