Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: feat(init): add CodeClimate configuration migration support
Add functionality to detect and migrate existing .codeclimate.yml configurations during qlty initialization. The migration: - Detects existing .codeclimate.yml in project root - Prompts user for migration confirmation (respects --yes/--no flags) - Executes migration using 'qlty config migrate' - Provides success feedback to user This helps users transition from CodeClimate to qlty while preserving their existing configurations.
- Loading branch information