Sha256: 6dc0e9b5c3cfc181c0d68fc565b96cc0771337e8c086fd905db107243c3044c1

Contents?: true

Size: 1.28 KB

Versions: 9

Compression:

Stored size: 1.28 KB

Contents

AllCops:
  TargetRubyVersion: 2.6
  DisplayCopNames: true

Bundler/DuplicatedGem:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Metrics/BlockNesting:
  Max: 2

Layout/LineLength:
  AllowURI: true
  Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 10

Metrics/ParameterLists:
  Max: 4
  CountKeywordArgs: true

Naming/FileName:
  Exclude:
    - "lib/simplecov-html.rb"
    - "test/test_simple_cov-html.rb"

Style/CollectionMethods:
  PreferredMethods:
    map: "collect"
    reduce: "inject"
    find: "detect"
    find_all: "select"

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/ExpandPathArguments:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/MutableConstant:
  Exclude:
    - "lib/simplecov-html/version.rb"

Style/NumericPredicate:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SymbolArray:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: "comma"

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: "comma"

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/simplecov-html-0.12.3/.rubocop.yml
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.12.3/.rubocop.yml
simplecov-html-0.12.3 .rubocop.yml
simplecov-html-0.12.2 .rubocop.yml
simplecov-html-0.12.1 .rubocop.yml
simplecov-html-0.12.0 .rubocop.yml
simplecov-html-0.11.0 .rubocop.yml
simplecov-html-0.11.0.beta2 .rubocop.yml
simplecov-html-0.11.0.beta1 .rubocop.yml