Closed matthewdunsdon closed 4 years ago
Looks good from a quick review. The coding style does state that opening braces should be on the same line as the condition (if), which you have changed in the cucumber helper. I presume this wasn't intentional?
Good to know, will fix now.
Would be good to document the styling as it was not clear what the rules are. Maybe committing .idea/codeStyles
would be helpful.
Looks good from a quick review. The coding style does state that opening braces should be on the same line as the condition (if), which you have changed in the cucumber helper. I presume this wasn't intentional?
Good to know, will fix now.
Would be good to document the styling as it was not clear what the rules are. Maybe committing
.idea/codeStyles
would be helpful.
Sounds like a good idea, could you raise an issue for this addition?
For completeness, the coding styles were referenced here, but have since been removed. https://github.com/finos/datahelix/commit/6456242fc2e0e0631f01f24a51965dfffb23a665#diff-8cc7b2b0d78dd2501610391c086a8516
opening braces should be on the same line as the condition (if), which you have changed in the cucumber helper. I presume this wasn't intentional
Is this also true for all cases (i.e. methods, classes, lambdas)?
Description
Address some of the issues identified regarding validation messages.
Changes
if
's else andinMap
's valuesIssue
Resolves #1675