Skip to content

Commit

Permalink
Added SwiftLint config and hound config.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigito committed Dec 22, 2016
1 parent b08e22a commit b1f5c7e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .hound.yml
@@ -0,0 +1,2 @@
swift:
config_file: .swiftlint.yml
19 changes: 19 additions & 0 deletions .swiftlint.yml
@@ -0,0 +1,19 @@
disabled_rules:
- line_length
- trailing_comma
- operator_whitespace
- syntactic_sugar
- todo
- nesting
- variable_name
- empty_parentheses_with_trailing_closure
- control_statement
- force_try
- function_parameter_count
- closure_parameter_position
- force_cast
- type_name

included:
- Sources
- Tests

0 comments on commit b1f5c7e

Please sign in to comment.