Skip to content
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

[ETCM-141] scalafmt #743

Merged
merged 5 commits into from
Oct 19, 2020
Merged

[ETCM-141] scalafmt #743

merged 5 commits into from
Oct 19, 2020

Conversation

lemastero
Copy link
Contributor

@lemastero lemastero commented Oct 16, 2020

Description

Add scalafmt plugin and format all code.

@rtkaczyk
Copy link
Contributor

Should we add scalafmtCheckAll to buildkite?

@@ -54,6 +54,14 @@ in
'';
};

scalafmt = commonAttrs // {
dependsOn = [ compile ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not other way around? Checking formatting is much more lightweight than compiling.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice idea, changed, and now compile depends on formatting.

@lemastero lemastero requested a review from kapke October 19, 2020 13:35
Copy link
Contributor

@kapke kapke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this merged as soon as CI passes

@lemastero lemastero merged commit 8c4496b into develop Oct 19, 2020
@mirkoAlic mirkoAlic deleted the ETCM-141-scalafmt branch October 19, 2020 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants