We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rg
check-payload
1 parent 2b7c581 commit d51cb63Copy full SHA for d51cb63
scripts/check-payload/config.toml
@@ -251,6 +251,8 @@ files = [
251
# executable is not dynamically linked
252
"/opt/app-root/bin/py-spy",
253
"/usr/local/pandoc/bin/pandoc",
254
+ # when code-server is not installed from rpm, the exclusion below won't apply
255
+ "/usr/lib/code-server/lib/vscode/node_modules/@vscode/ripgrep/bin/rg",
256
]
257
258
[[rpm.code-server.ignore]]
0 commit comments