Skip to content

Commit

Permalink
[Lint] Auto check swiftlint with houndci
Browse files Browse the repository at this point in the history
  • Loading branch information
agentk committed Dec 29, 2015
1 parent 952f7e2 commit 822a670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
swift:
enabled: true
config_file: .swiftlint.yml

2 comments on commit 822a670

@Ben-G
Copy link
Member

@Ben-G Ben-G commented on 822a670 Dec 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes! Wanted this since I saw that Venmo is using it 👍

@agentk
Copy link
Member Author

@agentk agentk commented on 822a670 Dec 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to work 'eventually'. I wasn't sure if I had set it up correctly until I got up this morning.

Please sign in to comment.