-
Notifications
You must be signed in to change notification settings - Fork 131
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
[Breaking] Standardize configurations so they are all lower case #461
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @chrisstaite-menlo (We decided to always make everything lower case in the config in the hopes to future-proof breaking changes. This will break current users though).
Reviewable status: 0 of 14 files reviewed, all discussions resolved (waiting on @adam-singer)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume existing config files in the repo also need to be changed?
Reviewed 14 of 14 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @allada)
To make the configuration more standardized we have moved all config properties that might be set in the json to be lower case. Before we had a mix of sometimes lower case and sometimes upper. By making this a hard rule, we simplify a lot of this thought.
a0ba2c8
to
7d1f010
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is ready yo land.
Reviewable status: 0 of 41 files reviewed, all discussions resolved (waiting on @adam-singer)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 41 of 41 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @allada)
To make the configuration more standardized we have moved all config properties that might be set in the json to be lower case.
Before we had a mix of sometimes lower case and sometimes upper. By making this a hard rule, we simplify a lot of this thought.
This change is