OSDN Git Service

swiftlint 'opening_brace'の警告を修正
[kcd/KCD.git] / .swiftlint.yml
index 62fbffb..6eaa89a 100644 (file)
@@ -5,21 +5,16 @@ disabled_rules:
     - cyclomatic_complexity
     - trailing_comma
     - function_parameter_count
-    - opening_brace
     - todo
     - trailing_whitespace
 file_length:
     warning: 500
-line_length: 500
 variable_name:
   max_length:
     warning: 40
     error: 60
   min_length:
     warning: 1
-type_body_length:
-    warning: 300
-    error: 900
 function_body_length:
     warning: 40
     error: 100