Print the full, merged configurationQlty uses a strategy of merging layered configuration in this order:
Global defaults
Any Sources declared in the project’s qlty.toml
Configuration from the qlty.toml
Each layer is able to override the earlier layers using a deep merge. The result of this process is a single, merged configuration with all of the configuration that Qlty uses.This command prints that configuration in YAML format to aid with debugging.If the configuration is missing or invalid, the command will exit with an error.