Sha256: 97c3a8824a5779ea2601908f285abb11583f9de5758af5b2ebf608f9667fe85d
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
inherit_from: .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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
warp-dir-1.6.2 | .rubocop.yml |