Uh oh!
There was an error while loading. Please reload this page.
GH-36787: [R] lintr update leads to failing tests on main - #36788
Conversation
paleolimbot
left a comment
There was a problem hiding this comment.
Thanks! Just curious...is it worth fixing the indentation problems or are they spurious?
thisisnic
commented
Jul 20, 2023
Good question! I had a look at some of them, and they seem to be stylistic choices which don't make the code look better rather than fixing true problems. More importantly, using |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit fca6a66. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…he#36788) ### What changes are included in this PR? Turning off the newly introduced indentation linter as it causes test failures, and isn't in sync with styler which we use to style our code. ### Are these changes tested? No, is linter config. ### Are there any user-facing changes? No * Closes: apache#36787 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
What changes are included in this PR?
Turning off the newly introduced indentation linter as it causes test failures, and isn't in sync with styler which we use to style our code.
Are these changes tested?
No, is linter config.
Are there any user-facing changes?
No