Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 19:01
· 580 commits to main since this release
  • Add Spellcheck support, now you can write words correct by this feature.
  • Add support use .autocorrectrc for config (YAML, JSON supports).
  • Add autocorrect init command to generate the config template.

For example .autocorrectrc

spellcheck:
  # 0 - Disabled, 1 - Format and Lint, 2 - LintOnly
  mode: 1
  words:
    - GitHub
    - Git
    - VIM
    - DNS
    - HTTP
    - SSL