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

Export step during frontend build is successful #1585

Merged
merged 2 commits into from
Mar 10, 2023
Merged

Export step during frontend build is successful #1585

merged 2 commits into from
Mar 10, 2023

Conversation

quandor
Copy link
Contributor

@quandor quandor commented Mar 10, 2023

This change is Reviewable

Copy link
Contributor

@heiko-holz heiko-holz left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @quandor)


components/inspectit-ocelot-configurationserver/build.gradle line 52 at r1 (raw file):

}

def checkCodeStyleFrontend = tasks.register('formatFrontend', YarnTask) {

shall the def and the task itself have the same naming, i.e., consistent use of checkCodeStyleFrontend or fromatFrontend?
Or do we need to differentiate them?

Copy link
Contributor Author

@quandor quandor left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @heiko-holz)


components/inspectit-ocelot-configurationserver/build.gradle line 52 at r1 (raw file):

Previously, heiko-holz (Heiko Holz) wrote…

shall the def and the task itself have the same naming, i.e., consistent use of checkCodeStyleFrontend or fromatFrontend?
Or do we need to differentiate them?

We do not need to differentiate them. Hence I will go for checkCodeStyleFrontend as variable name and task name.

Copy link
Contributor

@heiko-holz heiko-holz left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @quandor)

@quandor quandor merged commit 82d1b1c into inspectIT:master Mar 10, 2023
@quandor quandor deleted the fix-frontend-build branch March 10, 2023 14:54
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.

None yet

2 participants