Sha256: 3477e0a566b53422bd099b72c93172583b6ec1e58e7b88f881e36f96f320660f
Contents?: true
Size: 1.98 KB
Versions: 2
Compression:
Stored size: 1.98 KB
Contents
require: rubocop-rspec Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Lint/NonLocalExitFromIterator: Enabled: false Naming/MethodParameterName: Enabled: false Style/SymbolArray: Enabled: false Style/GuardClause: Enabled: false Style/NumericPredicate: Enabled: false Style/IfUnlessModifier: Enabled: false Metrics/MethodLength: Max: 30 Metrics/PerceivedComplexity: Max: 15 Metrics/CyclomaticComplexity: Max: 15 Metrics/AbcSize: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/ClassLength: Enabled: false Layout/HashAlignment: Enabled: false 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/HashEachMethods: Enabled: true Style/HashLikeCase: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: 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: true Style/Alias: EnforcedStyle: prefer_alias_method Style/EvalWithLocation: Enabled: false Style/NilComparison: Enabled: false Style/NonNilCheck: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/DescribeClass: Enabled: false RSpec/NestedGroups: Max: 4 RSpec/MultipleMemoizedHelpers: Enabled: false AllCops: TargetRubyVersion: 2.5 Exclude: - '**/*_example.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby_jard-0.3.1 | .rubocop.yml |
ruby_jard-0.3.0 | .rubocop.yml |