Skip to content

fix #522: run misspell in text mode #561

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

Merged
merged 1 commit into from
Jun 9, 2019

Conversation

jirfag
Copy link
Contributor

@jirfag jirfag commented Jun 9, 2019

Treat Go source files as plain text files by misspell: it allows detecting
issues in strings, variable names, etc. Also, it's the default mode of
a standalone misspell tool.

Also, implement richer and more stable auto-fix of misspell issues:
now it can fix multiple issues in one line.

@jirfag jirfag mentioned this pull request Jun 9, 2019
@jirfag jirfag force-pushed the feature/misspell-plain-text-mode branch from 546c4e5 to 40610c7 Compare June 9, 2019 16:09
Treat Go source files as plain text files by misspell: it allows detecting
issues in strings, variable names, etc. Also, it's the default mode of
a standalone misspell tool.

Also, implement richer and more stable auto-fix of misspell issues:
now it can fix multiple issues in one line.
@jirfag jirfag force-pushed the feature/misspell-plain-text-mode branch from 40610c7 to 89178db Compare June 9, 2019 16:21
@jirfag jirfag merged commit 3d78f64 into master Jun 9, 2019
@jirfag jirfag deleted the feature/misspell-plain-text-mode branch June 9, 2019 17:14
@ldez ldez added this to the v1.17 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.

2 participants