You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exitCode: '2'
stderr: |
Value for 'config' of type 'path::String' required.
You're using eslint.config.js, some command line flags are no longer available. Please see https://eslint.org/docs/latest/use/command-line-interface for details.
How to reproduce (optional)
Expected behavior (optional)
No response
CLI Version
qlty 0.524.0
Information about Qlty configuration and environment (optional)
// Add your qlty.toml
This file was automatically generated by qlty init.
You can modify it to suit your needs.
We recommend you to commit this file to your repository.
This configuration is used by both Qlty CLI and Qlty Cloud.
Qlty CLI -- Code quality toolkit for developers
Qlty Cloud -- Fully automated Code Health Platform
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
exitCode: '2'
stderr: |
Value for 'config' of type 'path::String' required.
You're using eslint.config.js, some command line flags are no longer available. Please see https://eslint.org/docs/latest/use/command-line-interface for details.
How to reproduce (optional)
Expected behavior (optional)
No response
CLI Version
qlty 0.524.0
Information about Qlty configuration and environment (optional)
// Add your qlty.tomlThis file was automatically generated by
qlty init.You can modify it to suit your needs.
We recommend you to commit this file to your repository.
This configuration is used by both Qlty CLI and Qlty Cloud.
Qlty CLI -- Code quality toolkit for developers
Qlty Cloud -- Fully automated Code Health Platform
Try Qlty Cloud: https://qlty.sh
For a guide to configuration, visit https://qlty.sh/d/config
Or for a full reference, visit https://qlty.sh/d/qlty-toml
config_version = "0"
exclude_patterns = [
"_min.",
"-min.",
".min.",
"/.yarn/",
"/*.d.ts",
"/assets/",
"/bower_components/",
"/build/",
"/cache/",
"/config/",
"/db/",
"/deps/",
"/dist/",
"/extern/",
"/external/",
"/generated/",
"/Godeps/",
"/gradlew/",
"/mvnw/",
"/node_modules/",
"/protos/",
"/seed/",
"/target/",
"/templates/",
"/testdata/",
"/vendor/**",
]
test_patterns = [
"/test/",
"/spec/",
"/.test.",
"/.spec.",
"/_test.",
"/_spec.",
"/test_.",
"/spec_.",
]
[smells]
mode = "comment"
[[source]]
name = "default"
default = true
[[plugin]]
name = "checkov"
[[plugin]]
name = "markdownlint"
mode = "comment"
[[plugin]]
name = "osv-scanner"
[[plugin]]
name = "prettier"
[[plugin]]
name = "prisma"
[[plugin]]
name = "ripgrep"
mode = "comment"
[[plugin]]
name = "shellcheck"
[[plugin]]
name = "shfmt"
[[plugin]]
name = "trivy"
drivers = [
"config",
"fs-vuln",
]
[[plugin]]
name = "trufflehog"
[[plugin]]
name = "yamllint"
[[plugin]]
name = "eslint"
Beta Was this translation helpful? Give feedback.
All reactions