-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Kernel] Cleanup the FileNames.java utility methods #3588
base: master
Are you sure you want to change the base?
Conversation
69f9c90
to
50d9235
Compare
6ffae97
to
aabfc4f
Compare
Signed-off-by: Tai Le Manh <[email protected]>
Signed-off-by: Tai Le Manh <[email protected]>
Signed-off-by: Tai Le Manh <[email protected]>
aabfc4f
to
ebed6e8
Compare
It seems that the failed CI is unrelated to this PR. @vkorukanti @nastra Could you guys take a look please |
@@ -100,4 +101,8 @@ object Checkstyle { | |||
} | |||
} | |||
|
|||
// Enforce java code style | |||
lazy val javafmtCheckSettings = Seq( |
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 isn't really related to checkstyle itself, so I'm a bit undecided whether this should be moved here
@@ -156,11 +156,6 @@ lazy val commonSettings = Seq( | |||
unidocSourceFilePatterns := Nil, | |||
) | |||
|
|||
// enforce java code style |
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.
is there a particular reason why this needs to be moved?
Which Delta project/connector is this regarding?
Description
Resolves #3586.
Cleanup the
FileNames
utility methods.*minor: Migrate
javafmtCheckSettings
toproject/Checkstyle
, I thought it was a bit small to open another PR, so I combined it with this Cleanup PR. (btw, thanks to @nastra,javafmtAll
is awesome).How was this patch tested?
CI workflow.
Does this PR introduce any user-facing changes?
No.