Sha256: b449014e46b3f3c597b8092d11417a385845a1195bd6acc9d0b4ddd0baa5eca6
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
require: rubocop-rspec AllCops: TargetRubyVersion: 2.5.1 # Don't force top level comments in every class Style/Documentation: Enabled: false # A good line length is 100 chars Layout/LineLength: Max: 100 AllowURI: true Metrics/BlockLength: Enabled: false Metrics/ClassLength: Max: 300 Metrics/MethodLength: Max: 20 Metrics/AbcSize: Max: 30 RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Max: 10 RSpec/RepeatedExample: Exclude: - 'spec/policies/**/*' RSpec/RepeatedDescription: Exclude: - 'spec/policies/**/*' Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/DeprecatedOpenSSLConstant: Enabled: true Lint/MixedRegexpCaptureTypes: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/RedundantFetchBlock: Enabled: true Style/RedundantRegexpCharacterClass: Enabled: true Style/RedundantRegexpEscape: Enabled: true Style/SlicingWithRange: Enabled: true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
creditsafe_connect-0.1.2 | .rubocop.yml |
creditsafe_connect-0.1.1 | .rubocop.yml |
creditsafe_connect-0.1.0 | .rubocop.yml |