Sha256: 72a34872a4f1d639f2a83497de9b1e55f3a911910210436b64ff0ebf047b7dd6

Contents?: true

Size: 808 Bytes

Versions: 3

Compression:

Stored size: 808 Bytes

Contents

Layout/EndOfLine:
  Description: Don't enforce CRLF on Windows.
  Enabled: false
Metrics/LineLength:
  Description: People have wide screens, use them.
  Max: 200
Metrics/BlockLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/AbcSize:
  Enabled: false

# requires 2.3's squiggly HEREDOC support, which we can't use, yet
# see http://www.virtuouscode.com/2016/01/06/about-the-ruby-squiggly-heredoc-syntax/
Layout/HeredocIndentation:
  Enabled: false
# Need to ignore rubocop complaining about the name of the library.
Naming/FileName:
  Exclude:
    - lib/ruby-pwsh.rb
Style/RescueStandardError:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-pwsh-0.4.1 .rubocop.yml
ruby-pwsh-0.4.0 .rubocop.yml
ruby-pwsh-0.3.0 .rubocop.yml