Sha256: 06b2ac8e4276e29262efa81b57d6d2a6f0163a3846319d5254112664873724ec
Contents?: true
Size: 1.21 KB
Versions: 11
Compression:
Stored size: 1.21 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - "documentation/site/_plugins/**/*" - "vendor/**/*" TargetRubyVersion: 2.5.8 NewCops: enable Layout/LineLength: Enabled: True Max: 120 Style/HashEachMethods: Enabled: True Style/HashTransformKeys: Enabled: True Style/HashTransformValues: Enabled: True Layout/EmptyLinesAroundAttributeAccessor: Enabled: True Layout/SpaceAroundMethodCallOperator: Enabled: True Lint/DeprecatedOpenSSLConstant: Enabled: True Lint/DuplicateElsifCondition: Enabled: True Lint/MixedRegexpCaptureTypes: Enabled: True Lint/RaiseException: Enabled: True Lint/StructNewOverride: Enabled: True Style/AccessorGrouping: Enabled: True Style/ArrayCoercion: Enabled: True Style/BisectedAttrAccessor: Enabled: True Style/CaseLikeIf: Enabled: True Style/ExponentialNotation: Enabled: True Style/HashAsLastArrayItem: Enabled: True Style/HashLikeCase: Enabled: True Style/RedundantAssignment: Enabled: True Style/RedundantFetchBlock: Enabled: True Style/RedundantFileExtensionInRequire: Enabled: True Style/RedundantRegexpCharacterClass: Enabled: True Style/RedundantRegexpEscape: Enabled: True Style/SlicingWithRange: Enabled: False
Version data entries
11 entries across 11 versions & 1 rubygems