Sha256: 3de35b911b7f736f9ed377d91fd1ef4ff572f3636922db2dcdefc46e410024dc
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
require: rubocop-rspec AllCops: TargetRubyVersion: 3.0 Exclude: - Gemfile - front_matter_parser.gemspec - vendor/**/* RSpec/NestedGroups: Max: 3 RSpec/MessageExpectation: EnforcedStyle: 'expect' Metrics/BlockLength: Exclude: - "spec/**/*.rb" Style/SafeNavigation: Enabled: false 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/AccessorGrouping: Enabled: true Style/BisectedAttrAccessor: Enabled: true Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/RedundantAssignment: Enabled: true Style/RedundantFetchBlock: Enabled: true Style/RedundantRegexpCharacterClass: Enabled: true Style/RedundantRegexpEscape: Enabled: true Style/SlicingWithRange: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
front_matter_parser-1.0.1 | .rubocop.yml |
front_matter_parser-1.0.0 | .rubocop.yml |