Documentation Index
Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
Use this file to discover all available pages before exploring further.
.qlty/qlty.toml at the repository root.
When run without the --skip-plugins command, initialization will try to determine a reasonable set of linters and formatters to enable. Certain linters and formatters are enabled based on the detection of a linter configuration file. Others are enabled just based on the presence of target files of the programming language.
Following initialization, the command will print a summary of the configuration.
After generating a configuration file, the command will ask if you want to sample the results of the enabled plugins. Sampling runs each plugin against a small set of targets.
If Qlty is already initialized in the current repository, this command will exit with an error.
Arguments
-y, --yes
-y, --yes
Answer yes to all prompts
-n, --no
-n, --no
Answer no to all prompts
--skip-plugins
--skip-plugins
Skip enabling plugins
--dry-run
--dry-run
Print the generated configuration to stdout instead of saving to disk
--skip-default-source
--skip-default-source
Initialize without default source
--source <SOURCE>
--source <SOURCE>
A custom source to use for plugins. This can be a URL(name=url) or a path to a local
directory(name=directory)
Examples
Generate a Qlty config for the current repository
Generate a Qlty config and skip prompts
Generate a Qlty config with no plugins