diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 00000000..e0e49fdc --- /dev/null +++ b/.hound.yml @@ -0,0 +1,3 @@ +Style/LineLength: + Description: 'Limit lines to 130 characters.' + Max: 130