Sha256: fbb20a4e84ab233cd200764b7f3c8b0e5d627dccf804caeba8d55a065f98e2b2
Contents?: true
Size: 869 Bytes
Versions: 5
Compression:
Stored size: 869 Bytes
Contents
# ----- CONFIGURED ----- AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Layout/IndentArray: EnforcedStyle: consistent # The documentation lives in the README. Style/Documentation: Enabled: false # ----- DISABLED (metrics) ----- # Cops for metrics are disabled because they should not cause tests to fail. Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/BlockNesting: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ddmemoize-1.0.0 | .rubocop.yml |
ddmemoize-1.0.0rc1 | .rubocop.yml |
ddmemoize-1.0.0a3 | .rubocop.yml |
ddmemoize-1.0.0a2 | .rubocop.yml |
ddmemoize-1.0.0a1 | .rubocop.yml |