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

Fix some compiler and checkdoc warnings in rustic-spellcheck #557

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2024

  1. Use correct quotes in rust-spellcheck.el docstrings

    Fixes
    
    In toplevel form:
    rustic-spellcheck.el:18:9: Warning: defvar ‘rustic-spellcheck-arguments’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
    
    In rustic-cargo-spellcheck:
    rustic-spellcheck.el:92:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
    
    In rustic-cargo-spellcheck-command:
    rustic-spellcheck.el:106:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
    
    In rustic-cargo-spellcheck-rerun:
    rustic-spellcheck.el:117:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
    snogge committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9c4b861 View commit details
    Browse the repository at this point in the history
  2. Remove unused variable in rustic-cargo-spellcheck-command

    Fixes:
    
    rustic-spellcheck.el:110:11: Warning: Unused lexical variable ‘spellcheck-command’
    snogge committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2a4ba59 View commit details
    Browse the repository at this point in the history