diff --git a/.swiftlint.yml b/.swiftlint.yml index a9eaab6..b7c2931 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -3,3 +3,14 @@ excluded: disabled_rules: - cyclomatic_complexity - todo + - force_cast + +identifier_name: + min_length: 1 + +line_length: + warning: 200 + error: 250 + ignores_function_declarations: true + ignores_comments: true + ignores_urls: true \ No newline at end of file