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