MCPcopy Create free account
hub / github.com/vale-cli/vale / Go

Function Go

internal/lint/code/go.go:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func Go() *Language {
11 return &Language{
12 Delims: regexp.MustCompile(`//|/\*|\*/`),
13 Parser: golang.GetLanguage(),
14 Queries: []core.Scope{{Name: "", Expr: "(comment) @comment", Type: ""}},
15 Padding: cStyle,
16 }
17}

Callers 1

GetLanguageFromExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected