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

add newline between comment and package #48

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

ethanmdavidson
Copy link
Contributor

When jade.go begins with

// Code generated by "jade.go"; DO NOT EDIT.
package jade

staticcheck fails with package comment should be of the form "Package jade ..." (ST1000).

The other generated go files don't have this problem because they put a newline between the comment and the package declaration.

Adding a newline to jade.go as well will cause staticcheck to stop complaining.

to prevent staticcheck from complaining
@Joker Joker merged commit 24e1fe5 into Joker:master Aug 9, 2023
@ethanmdavidson ethanmdavidson deleted the patch-1 branch August 9, 2023 18:28
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.

None yet

2 participants