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.
1 parent 2305d68 commit 01b1266Copy full SHA for 01b1266
.vscode/settings.template.json
@@ -59,9 +59,7 @@
59
},
60
"hadolint.hadolintPath": "${workspaceFolder}/scripts/hadolint.bash",
61
"hadolint.cliOptions": [],
62
- "ruff.lint.args": [
63
- "--config=${workspaceFolder}/.ruff.toml"
64
- ],
+ "ruff.configuration": "${workspaceFolder}/.ruff.toml",
65
"ruff.path": [
66
"${workspaceFolder}/.venv/bin/ruff"
67
],
0 commit comments