SwiftLint

Review Swift with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses SwiftLint with the linter's default config.

To change the way SwiftLint is configured, simply add SwiftLint configuration file to your project and reference the file in your .hound.yml

swiftlint:
  config_file: .swiftlint.yml

To disable Swift style checking, add the following to your .hound.yml file.

swiftlint:
  enabled: false

Check out the SwiftLint docs for more information on the available options.

Did this answer your question?