From d4b64543c055641c6df912eac31d4c9eb93a7b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20K=C3=B6tte?= Date: Mon, 18 Oct 2021 22:01:32 -0700 Subject: [PATCH] Update SwiftLint config for 0.45.0 `id` is now excluded from `identifier_name` by default --- .swiftlint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 7f66f3f..56b4de2 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,4 @@ -# Updated for 0.44.0 +# Updated for 0.45.0 excluded: - ".build" @@ -98,8 +98,6 @@ disabled_rules: line_length: 175 function_body_length: 30 identifier_name: - excluded: - - id max_length: warning: 45 type_name: