Sha256: 316cafacf5bc9da1c581d52c7c220717740d7d4c8106e249beb2249294f4d8d0

Contents?: true

Size: 688 Bytes

Versions: 8

Compression:

Stored size: 688 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.3
  SuggestExtensions: false
  NewCops: enable

Gemspec/RequiredRubyVersion:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Max: 50
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/PerceivedComplexity:
  Max: 20
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Naming/FileName:
  Enabled: false
Layout/IndentationWidth:
  Enabled: false
Layout/ElseAlignment:
  Enabled: false
Layout/EndAlignment:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-chatgpt-translate-0.0.18 .rubocop.yml
jekyll-chatgpt-translate-0.0.17 .rubocop.yml
jekyll-chatgpt-translate-0.0.16 .rubocop.yml
jekyll-chatgpt-translate-0.0.15 .rubocop.yml
jekyll-chatgpt-translate-0.0.14 .rubocop.yml
jekyll-chatgpt-translate-0.0.13 .rubocop.yml
jekyll-chatgpt-translate-0.0.12 .rubocop.yml
jekyll-chatgpt-translate-0.0.11 .rubocop.yml