configure houndci to allow lines up to 100 chars

This commit is contained in:
Stella Rouzi 2014-05-15 21:25:29 +03:00
parent 045e434f3d
commit 7d921929a0

3
.hound.yml Normal file
View file

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