### Installing Mint*
1. `brew install mint`
2. Installing desired version of swiftlint (
1. mint install realm/SwiftLint@x.xx.x)
2. example: mint install realm/SwiftLint@0.52.4
3. end of your installtion you will path of swiftlint as <br>
`🌱 Installed SwiftLint 0.52.4` <br>
`🌱 Linked swiftlint 0.52.4 to /Users/DKSXXXXXXX/.mint/bin`
3. After above steps mint is installed. You need to still need to add new path ` /Users/DKSXXXXXXX/.mint/bin` into env path variable.
1. Use `nano` terminal text editor.
2. `nano ~/.bash_profile` (if your shell is BASH)
1. In case it not talk to your lead.
3. Update path as follows:
1. `export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:/Users/DKSXXXXXXX/.mint/bin:$PATH"`
2. If you are not sure talk to your lead. Please dont mess this file. Otherwise nothing will work.
4. Once file is edited and saved. we need reboot to make mac. so save work and reboot.
5. Once rebooted. type following on terminal `swiftlint version`. You should see the version you installed.
6. If that is not the case then talk to you lead.
Why Mint: It removes dependcies to CASK as well homebrew. the biggest benefit is that we can upgrade or down grade on the fly.