Merge pull request #138 from differentreality/houndci

configure houndci to allow lines up to 100 chars
This commit is contained in:
Stella Rouzi 2014-05-16 15:59:49 +03:00
commit 7a209e10a7

3
.hound.yml Normal file
View file

@ -0,0 +1,3 @@
LineLength:
Description: 'Limit lines to 100 characters.'
Max: 100