From 5d7c335620d393fe6b9806a1b10f58afbf94710f Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Wed, 24 May 2023 19:18:09 +0800 Subject: [PATCH] edit swiftlint line length to 150 --- .swiftlint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 624c3b8e..9c5049a1 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -19,3 +19,5 @@ excluded: # paths to ignore during linting. Takes precedence over `included`. - .build analyzer_rules: # Rules run by `swiftlint analyze` - explicit_self + +line_length: 150