ktlint icon indicating copy to clipboard operation
ktlint copied to clipboard

Enable installing a specific version of ktlint via brew

Open martin-tarjanyi opened this issue 8 months ago • 0 comments

Expected Behavior

I would like to be able to install a specific version of ktlint via brew so that I can reliably and consistently setup my development environment. New versions of ktlint might contain new rules which without disabling can cause some unwanted changes/failures.

Current Behavior

brew install ktlint currently installs the latest version, there is no option to select a specific version

martin-tarjanyi avatar Jul 01 '24 09:07 martin-tarjanyi