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

run go fmt on widgets #1287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

run go fmt on widgets #1287

wants to merge 1 commit into from

Conversation

ilius
Copy link

@ilius ilius commented Apr 1, 2023

widgets.go is not compatible with go fmt, which makes it hard to work on this code.
You have to disable formatting on your editor and are not able to run go fmt manually either.

I tried running go generate but failed:

stringer: no values defined for type QDialogButtonBox__ButtonLayout
widgets.go:11107: running "stringer": exit status 1

There are more errors if I disable this one.

@CLAassistant
Copy link

CLAassistant commented Apr 1, 2023

CLA assistant check
All committers have signed the CLA.

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