configure houndci to allow lines up to 100 chars
This commit is contained in:
parent
045e434f3d
commit
7d921929a0
1 changed files with 3 additions and 0 deletions
3
.hound.yml
Normal file
3
.hound.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
LineLength:
|
||||
Description: 'Limit lines to 100 characters.'
|
||||
Max: 100
|
||||
Loading…
Add table
Add a link
Reference in a new issue