Sha256: 4e440e924e0f23e4dbfc5439f8ba5e95bc084b4cbeec25dc251597978ab0d0c4

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  DefaultFormatter: fuubar
  DisplayCopNames: true
  ExtraDetails: true
  Exclude:
  # Ignore vendored gems
  - vendor/**/*
  - bundle/**/*

# It is 2017-01-01 (atm), use UTF-8 FTW!
Style/AsciiComments:
  Enabled: false

# Ignore convenient files that helps load
Style/FileName:
  Exclude:
    - 'lib/yard-commonmarker.rb'

inherit_from: .rubocop_todo.yml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yard-commonmarker-0.5.0 .rubocop.yml
yard-commonmarker-0.4.0 .rubocop.yml
yard-commonmarker-0.3.0 .rubocop.yml