Sha256: f928a809fa1cce567d4ccc66fd0b3011ad074be9e85b5b184494ed56902b4e64

Contents?: true

Size: 201 Bytes

Versions: 5

Compression:

Stored size: 201 Bytes

Contents

# This is the configuration used to check the rubocop source code.

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'spec/fixtures/**/*'

Style/Encoding:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubocop-0.29.1 .rubocop.yml
rubocop-0.29.0 .rubocop.yml
rubocop-0.28.0 .rubocop.yml
rubocop-0.27.1 .rubocop.yml
rubocop-0.27.0 .rubocop.yml