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 warnings #434

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

Fix some warnings #434

wants to merge 4 commits into from

Conversation

Hi-Angel
Copy link

go-mode has many warnings, this PR fixes most of them

Fixes a bunch of warnings like:
    Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
Fixes many warnings like:
    In toplevel form:
    test/go-comment-test.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line
Fixes a:

    go-mode.el:2475:60: Warning: Unused lexical variable ‘num’
Fixes a warning:

    In go-play-region:
    go-mode.el:2137:13: Warning: Unused lexical variable ‘content-buf’
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.

1 participant