Skip to content

Commit b32d067

Browse files
committed
Added swiftlint config
1 parent f336ee5 commit b32d067

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: .hound.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
swift:
2+
config_file: .swiftlint.yml

Diff for: .swiftlint.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
disabled_rules: # rule identifiers to exclude from running
2+
- force_cast
3+
- trailing_whitespace
4+
- operator_whitespace
5+
included: # paths to include during linting. `--path` is ignored if present.
6+
- Sources
7+
line_length: 200

0 commit comments

Comments
 (0)