Hello! Now you can use SwiftLint in analysis on SideCI.
https://github.com/realm/SwiftLint
SwiftLint is a style checker for Swift.
Warning Example
SwiftLint detects extra spaces and redundant codes as like below:

Settings
Which warnings to enable and thresholds can be configured in the .swift.yml
file. https://github.com/realm/SwiftLint#configuration
Also, you can define command line options to be passed to SwiftLint in sideci.yml
https://sideci.com/ja/docs/linter-config-by-sideciyml#swiftlint
Enabling in SideCI
To use SwiftLint in SideCI, enable SwiftLint from “Select Analysis Tool” in the left menu.
SwiftLint is only provided in Abyssinian mode. For more information on the Abyssinian mode, please refer to the following articles.
- http://blog.sideci.com/2017/02/03/releasing-a-beta-version-of-a-new-feature-to-greatly-improve-sidecis-usage-flow/
- http://blog.sideci.com/2017/04/07/fighting-false-detections-with-lint-tools-in-abyssinian-mode/
For more information about Sider, please go to our website.