8 matches across 3 files for error lang:YAML lang:YAML
snippet_mode: grep · sorted by relevance
.eslintrc.yml YAML 6 matches · showing 5 view file →
4 node: true
5rules:
6 eol-last: error
7 eqeqeq: [error, allow-null]
8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
· · ·
7 eqeqeq: [error, allow-null]
8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
9 no-trailing-spaces: error
· · ·
8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
9 no-trailing-spaces: error
10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
· · ·
9 no-trailing-spaces: error
10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
11 no-restricted-globals:
· · ·
10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
11 no-restricted-globals:
12 - error
+ 1 more matches in this file
.github/workflows/ci.yml YAML 1 matches view file →
65 - name: Configure npm loglevel
66 run: |
67 npm config set loglevel error
68 shell: bash
69
.github/workflows/legacy.yml YAML 1 matches view file →
49 - name: Configure npm loglevel
50 run: |
51 npm config set loglevel error
52 shell: bash
53
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.