From 82e873eac80c0b4be3b20f5e56267933d694255b Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Fri, 12 Apr 2019 13:58:30 -0400 Subject: [PATCH] Configure Hound to use the project's SwiftLint config file http://help.houndci.com/configuration/swiftlint --- .hound.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000..d939496 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,4 @@ +# Configuration for Hound (https://houndci.com) + +swiftlint: + config_file: .swiftlint.yml