diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 00000000..5d0ff60b --- /dev/null +++ b/.hound.yml @@ -0,0 +1,2 @@ +ruby: + config_file: .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 5ba533be..5e47b95d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,3 +3,15 @@ Style/DotPosition: Style/StringLiterals: EnforcedStyle: single_quotes + +Style/Documentation: + Enabled: false + +Metrics/LineLength: + Max: 100 + +Style/IfUnlessModifier: + Enabled: false + +Style/TrailingComma: + Enabled: false