Sha256: e3daf20ba49bb5ba96e1d881f74e25195ea82044c5401f10e96a97b506ba50ac
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
AllCops: Exclude: - galactus.gemspec - spikes/*.rb - spec/**/* # C: Missing top-level module documentation comment. Style/Documentation: Enabled: false # C: Prefer reduce over inject. Style/CollectionMethods: PreferredMethods: reduce: 'inject' # C: Use each_with_object instead of inject. Style/EachWithObject: Enabled: false # C: Removing the preference for string single quotes Style/StringLiterals: Enabled: false #C: Prefer fail over raise Style/SignalException: Enabled: false Style/TrailingComma: EnforcedStyleForMultiline: comma # This never works for validations Style/AlignHash: EnforcedLastArgumentHashStyle: ignore_implicit # align multi-line params with previous line Style/AlignParameters: EnforcedStyle: with_fixed_indentation # indent `when` clause one step from `case` Style/CaseIndentation: IndentOneStep: true # don't force crappy var names for reduce/inject loops... Style/SingleLineBlockParams: Enabled: false # for method chains, keep the dot with the method name Style/DotPosition: EnforcedStyle: leading # stop nesting so hard. Metrics/BlockNesting: Max: 2 # short methods, man... Metrics/MethodLength: Max: 15 # fewer parameters Metrics/ParameterLists: Max: 3
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
galactus-0.2.0 | .hound.yml |