.hound.yml in mutator-0.1.0 vs .hound.yml in mutator-0.2.0

- old
+ new

@@ -1,5 +1,24 @@ StringLiterals: Enabled: false AccessModifierIndentation: EnforcedStyle: outdent + +MethodDefParentheses: + EnforcedStyle: require_no_parentheses + +Documentation: + Enabled: false + +Lambda: + Enabled: false + +DotPosition: + EnforcedStyle: trailing + +Blocks: + Enabled: false + +AllCops: + Exclude: + - 'mutator.gemspec'