←back to thread

923 points zh2408 | 1 comments | | HN request time: 0.204s | source
Show context
ganessh ◴[] No.43742153[source]
Does it use the docs in the repository or only the code?
replies(1): >>43743456 #
zh2408 ◴[] No.43743456[source]
By default we use both based on regex:

DEFAULT_INCLUDE_PATTERNS = { ".py", ".js", ".jsx", ".ts", ".tsx", ".go", ".java", ".pyi", ".pyx", ".c", ".cc", ".cpp", ".h", ".md", ".rst", "Dockerfile", "Makefile", ".yaml", ".yml", } DEFAULT_EXCLUDE_PATTERNS = { "test", "tests/", "docs/", "examples/", "v1/", "dist/", "build/", "experimental/", "deprecated/", "legacy/", ".git/", ".github/", ".next/", ".vscode/", "obj/", "bin/", "node_modules/", ".log" }

replies(2): >>43744063 #>>43744412 #
1. m0rde ◴[] No.43744063[source]
Have you tried giving it tests? Curious if you found they made things worse.