Searched refs:ClippyFlags (Results 1 – 3 of 3) sorted by relevance
40 flags.ClippyFlags = append(flags.ClippyFlags, lints)
240 "clippyFlags": strings.Join(flags.ClippyFlags, " "),
53 ClippyFlags []string // Flags that apply to clippy-driver, during the linting member