2 matches across 1 files for TODO lang:Markdown path:src/tools/tidy/Readme.md
snippet_mode: auto · sorted by relevance
src/tools/tidy/Readme.md MARKDOWN 2 matches view file →
94* `ignore-tidy-dbg`
95* `ignore-tidy-odd-backticks`
96* `ignore-tidy-todo`
97
98Some checks, like `alphabetical`, require a tidy directive to use:
· · ·
104// tidy-alphabetical-end
105```
106<!--ignore-tidy-todo-->While not exactly a tidy directive, // TODO will fail tidy and make sure you can't merge a PR with unfinished work.
107
108### Test Specific Directives
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.