Skip to content

Revive settings in config not being honored #2144

Closed Answered by ldez
azeemshaikh38 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

package-names and exported are excluded by default:

{
ID: "EXC0012",
Pattern: `exported (.+) should have comment( \(or a comment on this block\))? or be unexported`,
Linter: "revive",
Why: "Annoying issue about not having a comment. The rare codebase has such comments",
},
{
ID: "EXC0013",
Pattern: `package comment should be of the form "(.+)...`,
Linter: "revive",
Why: "Annoying issue about not having a comment. The rare codebase has such comments",
},
{
ID: "EXC0014",
Pattern: `comment on exported (.+) should be of the form "(.+)..."`,
L…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@azeemshaikh38
Comment options

@azeemshaikh38
Comment options

@bombsimon
Comment options

@azeemshaikh38
Comment options

Answer selected by ldez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants