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

build(lint): fix linter - doesn't work after last prettier upgrade to v3.0.0 #2740

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

petermetz
Copy link
Contributor

I ran yarn up eslint-plugin-prettier --exact to produce the diff of
this commit. I also ran yarn lint to verify that the linter works.

[skip ci]

Fixes #2727

Signed-off-by: Peter Somogyvari [email protected]

Pull Request Requirements
[x] Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
[x] Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
[x] Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit
[x] Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
[x] Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

Copy link
Contributor

@jagpreetsinghsasan jagpreetsinghsasan left a comment

Choose a reason for hiding this comment

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

LGTM

@jagpreetsinghsasan
Copy link
Contributor

@petermetz I think this PR will fix my CI errors as well (facing this while running the configure script from git action)
image

@petermetz
Copy link
Contributor Author

@petermetz I think this PR will fix my CI errors as well (facing this while running the configure script from git action) image

@jagpreetsinghsasan Fingers crossed! Does this reproduce on the main branch as well? (the errors you just posted in the screenshot)

Copy link
Contributor

@izuru0 izuru0 left a comment

Choose a reason for hiding this comment

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

LGTM

… v3.0.0

I ran `yarn up eslint-plugin-prettier --exact` to produce the diff of
this commit. I also ran `yarn lint` to verify that the linter works.

[skip ci]

Fixes hyperledger-cacti#2727

Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz force-pushed the petermetz/issue2727 branch from 2ed3981 to 4f38594 Compare October 16, 2023 07:24
@petermetz petermetz merged commit b9c5c34 into hyperledger-cacti:main Oct 16, 2023
@petermetz petermetz deleted the petermetz/issue2727 branch October 16, 2023 07:24
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.

build(lint): fix linter - doesn't work after last prettier upgrade to v3.0.0
3 participants