OSDN Git Service

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