diff --git a/.swiftlint.yml b/.swiftlint.yml index e75411cc..3db242d9 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,6 @@ disabled_rules: - trailing_whitespace included: - - Views/Settings/ \ No newline at end of file + - Views/Settings/ +excluded: + - Support/LocalString.swift