87 matches across 1 files for error lang: path:src/tools/tidy/src/extra_checks/mod.rs path:src/tools/tidy/src/extra_checks/mod.rs
snippet_mode: auto · sorted by relevance
src/tools/tidy/src/extra_checks/mod.rs RUST 87 matches · showing 5 view file →
93
94 macro_rules! extra_check {
95 ($lang:ident, $kind:ident) => {
96 lint_args.iter().any(|arg| arg.matches(ExtraCheckLang::$lang, ExtraCheckKind::$kind))
97 };
· · ·
96 lint_args.iter().any(|arg| arg.matches(ExtraCheckLang::$lang, ExtraCheckKind::$kind))
97 };
98 }
· · ·
182 Ok(p) => Some(p),
183 Err(e) => {
184 check.error(e);
185 None
186 }
· · ·
192
193 if let Err(e) = rustdoc_js::npm_install(root_path, outdir, npm) {
194 check.error(e.to_string());
195 return None;
196 }
· · ·
229 {
230 show_bless_help("spellcheck", "fix typos", bless);
231 check.error(e);
232 }
233}
+ 82 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.