-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Analysis: Wrap at 140 columns #34494
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
Conversation
Applies our standard column width to all analysis plugins.
|
Pinging @elastic/es-search-aggs |
| this.encoder = null; | ||
| this.maxcodelength = settings.getAsInt("max_code_len", 4); | ||
| } else if ("bm".equalsIgnoreCase(encodername) || "beider_morse".equalsIgnoreCase(encodername) || "beidermorse".equalsIgnoreCase(encodername)) { | ||
| } else if ("bm".equalsIgnoreCase(encodername) |
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.
There is a fair bit of camelCase left in this file which would be good to look at at some point but I don't think now is that time.
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.
++
jimczi
left a comment
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.
LGTM
| this.encoder = null; | ||
| this.maxcodelength = settings.getAsInt("max_code_len", 4); | ||
| } else if ("bm".equalsIgnoreCase(encodername) || "beider_morse".equalsIgnoreCase(encodername) || "beidermorse".equalsIgnoreCase(encodername)) { | ||
| } else if ("bm".equalsIgnoreCase(encodername) |
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.
++
|
Thanks for reviewing @jimczi! |
Applies our standard column width to all analysis plugins.
Applies our standard column width to all analysis plugins.
Applies our standard column width to all analysis plugins.