Sha256: 824b575cc1eac07aa91ffe33b4f0cce016d86078172063acebc387c6ee25374c

Contents?: true

Size: 418 Bytes

Versions: 5

Compression:

Stored size: 418 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.3
  Exclude:
  - 'lib/vernacular/parser.rb'
  - 'test/date_sigil_test.rb'
  - 'test/number_sigil_test.rb'
  - 'test/type_safe_method_args_test.rb'
  - 'test/type_safe_method_returns_test.rb'
  - 'test/uri_sigil_test.rb'
  - 'vendor/**/*'

Style/FormatString:
  EnforcedStyle: percent

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vernacular-0.1.2 .rubocop.yml
vernacular-0.1.1 .rubocop.yml
vernacular-0.1.0 .rubocop.yml
vernacular-0.0.2 .rubocop.yml
vernacular-0.0.1 .rubocop.yml