Merge pull request #138 from differentreality/houndci
configure houndci to allow lines up to 100 chars
This commit is contained in:
commit
7a209e10a7
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