Sha256: f6e67c78c3c1ef291a8aa04d0ea41808de77c6e68e544e98d17501a938f95913

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml
  - .relaxed-rubocop-2.4.yml



AllCops:
  TargetRubyVersion: 2.6
  UseCache: true
  DefaultFormatter: progress
  DisplayStyleGuide: true
  DisplayCopNames: true
  Exclude:
    - "external*/**/*"
    - "bazel-*/**/*"
    - "**/examples/**/*"
    - "**/BUILD"
    - "**/*.bazel"
    - "**/*.bzl"
    - "**/rubocop"
    - "**/vendor/bundle/**/*"
  Include:
    - '**/*.rb'
    - '**/*.gemfile'
    - '**/*.gemspec'
    - '**/*.rake'
    - '**/*.ru'
    - '**/Gemfile'
    - '**/Rakefile'

Layout/HashAlignment:
  Enabled: true
  EnforcedColonStyle: table
  
Style/Dir:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented_relative_to_receiver

Style/FrozenStringLiteralComment:
  Exclude:
    - exe/githuh

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
githuh-0.3.0 .rubocop.yml
githuh-0.2.1 .rubocop.yml