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

implement auto-fixing for gofmt,goimports,misspell #398

Merged
merged 1 commit into from
Feb 17, 2019
Merged

Conversation

jirfag
Copy link
Member

@jirfag jirfag commented Feb 17, 2019

No description provided.

@jirfag jirfag force-pushed the feature/autofix branch 7 times, most recently from 869b5c6 to 6ad9041 Compare February 17, 2019 17:04
return &MaxPerFileFromLinter{
flc: fileToLinterToCountMap{},
flc: fileToLinterToCountMap{}, //nolint:goimports
Copy link
Contributor

Choose a reason for hiding this comment

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

File is not gofmt-ed with -s (from gofmt)

Also, add more identifier marking patterns.
@jirfag jirfag merged commit d437ac8 into master Feb 17, 2019
@jirfag jirfag deleted the feature/autofix branch February 17, 2019 17:31
@ldez ldez added this to the v1.15 milestone Mar 6, 2024
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