From 5dcb154a779e775d3040a3c731e1f9c4cdfe2e76 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Sun, 19 Jan 2025 05:28:17 +1100 Subject: [PATCH] Remove `.hound.yml` I run `grep swiftlint` in the context of replacing the CocoaPods installation with a SwiftPM one, https://github.com/wordpress-mobile/WordPress-iOS/pull/23958#discussion_r1920101295, and got a hit on `.hound.yml`. We have not been using Hound since at least a year, see paaHJt-68e-p2, so there is no reason to keep carrying the config file in the repo. --- .hound.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml deleted file mode 100644 index 0d5250000f50..000000000000 --- a/.hound.yml +++ /dev/null @@ -1,7 +0,0 @@ -fail_on_violations: true - -rubocop: - enabled: false - -swiftlint: - config_file: .swiftlint.yml