Browse Source

Lint file

onevcat 10 years ago
parent
commit
b6286fe095
2 changed files with 7 additions and 0 deletions
  1. 1 0
      .hound.yml
  2. 6 0
      .swiftlint.yml

+ 1 - 0
.hound.yml

@@ -1,2 +1,3 @@
 swift:
   enabled: true
+  config_file: .swiftlint.yml

+ 6 - 0
.swiftlint.yml

@@ -0,0 +1,6 @@
+disabled_rules:
+  - trailing_whitespace
+  - line_length
+  - variable_name
+  - file_length
+  - function_body_length