• fix #522: run misspell in text mode

    Ghost released this 2019-06-09 17:14:19 +00:00 | 2636 commits to master since this release

    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.

    Downloads