From ee170aeb00367d068ac8aa5629f2a7d1ebd3fb3d Mon Sep 17 00:00:00 2001 From: hiroshihorie <548776+hiroshihorie@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:30:29 +0900 Subject: [PATCH] Delete .swiftlint.yml --- .swiftlint.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .swiftlint.yml diff --git a/.swiftlint.yml b/.swiftlint.yml deleted file mode 100644 index c7b8d7814..000000000 --- a/.swiftlint.yml +++ /dev/null @@ -1,13 +0,0 @@ -included: - - Sources - -excluded: - - Sources/LiveKit/Protos - -disabled_rules: - - line_length - - todo - - identifier_name - -opt_in_rules: - - empty_count