16 matches across 1 files for error lang: path:src/tools/tidy/src/extra_checks/tests.rs
snippet_mode: auto · sorted by relevance
src/tools/tidy/src/extra_checks/tests.rs RUST 16 matches · showing 5 view file →
1use std::str::FromStr;
2
3use crate::extra_checks::{ExtraCheckArg, ExtraCheckKind, ExtraCheckLang, ExtraCheckParseError};
4
5#[test]
· · ·
11 auto: true,
12 if_installed: true,
13 lang: ExtraCheckLang::Spellcheck,
14 kind: None,
15 },
· · ·
20 auto: true,
21 if_installed: true,
22 lang: ExtraCheckLang::Spellcheck,
23 kind: None,
24 },
· · ·
29 auto: true,
30 if_installed: false,
31 lang: ExtraCheckLang::Spellcheck,
32 kind: None,
33 },
· · ·
38 auto: false,
39 if_installed: true,
40 lang: ExtraCheckLang::Spellcheck,
41 kind: None,
42 },
+ 11 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.