Prerequisites: Homebrew
Install Homebrew if it is not installed yet. To do that, input that command into your Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
And follows the instructions.
SwiftLint is a way to ensure the code is always indented properly. You can change the behaviour or the running SwiftLint by having a look at the "Run Scripts" in the "Build Phases" of the iits
target.
To install swiftlint
, input that command into your Terminal:
brew install swiftlint
You can find information about the code quality here: Aemi Studio/iits