We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec022a commit 805e70eCopy full SHA for 805e70e
src/code-quality/languages/golang/go.visitor.ts
@@ -27,7 +27,7 @@ export class GoQualityVistor
27
return this.codeQuality;
28
}
29
30
- visitFunctionDecl(context: FunctionDeclContext) {
+ visitFunctionDecl(context: FunctionDeclContext): void {
31
context.IDENTIFIER();
32
33
0 commit comments