-
Notifications
You must be signed in to change notification settings - Fork 72
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
ci: editorconfig updates #280
Conversation
Weird. CI still fails for the editorconfig check https://github.com/substrait-io/substrait-java/actions/runs/9781058298/job/27004211456?pr=280 even though those files haven't been modified recently. |
e68543b
to
cd0a454
Compare
cd0a454
to
9d991fc
Compare
9d991fc
to
fd27c75
Compare
: '//' ~[\r\n]* -> channel(HIDDEN) | ||
; | ||
: '//' ~[\r\n]* -> channel(HIDDEN) | ||
; |
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'm choosing spaces over tabs here because that it what is used in examples in the ANTLR repo
https://github.com/antlr/grammars-v4/tree/master
@@ -19,3 +19,6 @@ trim_trailing_whitespace = unset | |||
|
|||
[*.gradle.kts] | |||
indent_size = 2 | |||
|
|||
[.gitmodules] | |||
indent_style = tab |
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.
.gitmodule has not been updated in 2 years, but the check is firing (and failing) now for some reason.
Adding an explicit configuration for .gitmodule.
Still not sure why editorconfig started checking these files only now. In any case:
|
No description provided.