Easy steps to install detekt package on Mac
Package Information:
Application Name – detekt
What is detekt – Not Available for detekt
Use of detekt – Static code analysis for Kotlin
URL – https://github.com/detekt/detekt
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install detekt using brew
brew install detekt
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
detekt is ready to use now!