.hound.yml in data_reader-1.0.1 vs .hound.yml in data_reader-1.0.2
- old
+ new
@@ -28,26 +28,26 @@
# Prefer fail over raise.
Style/SignalException:
Enabled: false
# This never works for validations.
-Style/AlignHash:
+Layout/AlignHash:
EnforcedLastArgumentHashStyle: ignore_implicit
# Align multi-line params with previous line.
-Style/AlignParameters:
+Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation
# Indent `when` clause one step from `case`.
-Style/CaseIndentation:
+Layout/CaseIndentation:
IndentOneStep: true
# Don't force bad var names for reduce/inject loops.
Style/SingleLineBlockParams:
Enabled: false
# For method chains, keep the dot with the method name.
-Style/DotPosition:
+Layout/DotPosition:
EnforcedStyle: leading
# Stop nesting so hard.
Metrics/BlockNesting:
Max: 2