-
Notifications
You must be signed in to change notification settings - Fork 84
feat: #2254: Add Career Assists and Assists for the Team #2386
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
base: master
Are you sure you want to change the base?
Conversation
wsbrenk
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.
Well done- but please reset the old translator keys.
13db067 to
4cff818
Compare
1e5f2b7 to
431065e
Compare
9919f30 to
6615afc
Compare
c372b31 to
61eff2f
Compare
61eff2f to
f64adc9
Compare
wsbrenk
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.
I don't want us to annoy each other by claiming other developers' lines of code through reformatting. This also makes reviews unnecessarily time-consuming and increases the risk of merge conflicts.
| columns[62] = additionalArray[20]; | ||
| columns[63] = additionalArray[23]; | ||
| columns[64] = additionalArray[24]; | ||
| columns[51] = goals[4]; |
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.
This change to the column order disrupts users' tables; please append new table columns with a new ID at the end.
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.
Fixed. Appended.
You can use "hide white space" in the diff view of GitHub. That is the reason I added The best solution would be to use a general code formatter (spotless e.g.). My introduced source code from a year ago is also reformatted in parts switching spaces to tabs and tabs to spaces... ;-) If you like we can go for spotless? |
src/main/resources/release_notes.md...