4 matches across 1 files for error lang:Markdown lang:Markdown path:CLAUDE.md path:CLAUDE.md lang:Markdown
snippet_mode: grep · sorted by relevance
CLAUDE.md MARKDOWN 4 matches view file →
201- [ ] Tests fail when your new logic is broken
202- [ ] Happy path is covered
203- [ ] Edge cases and error conditions are tested
204- [ ] Use fixtures/mocks for external dependencies
205- [ ] Tests are deterministic (no flaky tests)
· · ·
209
210- No `eval()`, `exec()`, or `pickle` on user-controlled input
211- Proper exception handling (no bare `except:`) and use a `msg` variable for error messages
212- Remove unreachable/commented code before committing
213- Race conditions or resource leaks (file handles, sockets, threads).
· · ·
233
234 Raises:
235 InvalidEmailError: If the email address format is invalid.
236 SMTPConnectionError: If unable to connect to email server.
237 """
· · ·
236 SMTPConnectionError: If unable to connect to email server.
237 """
238```
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.