Sha256: 0094b99b3d06bc0270b0d1bcac9c6746757d8ed418655a30bf5d95f7ed5be6a8
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
AllCops: TargetRubyVersion: 2.5 NewCops: enable Exclude: - "*.gemspec" - "gemfiles/*" - "vendor/**/*" - Rakefile - Gemfile require: - rubocop-performance - rubocop-minitest Metrics/MethodLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Naming/FileName: Enabled: false Layout/LineLength: Enabled: false Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/WordArray: Enabled: false Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/ExponentialNotation: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-toc-0.17.1 | .rubocop.yml |