Sha256: 851adfe2da5111e547607134c509a93929fd5f89f51038fc8bd7df1384a138fc

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

require:
- 'rubocop-md'
AllCops:
  Exclude:
    - 'bin/**/*'
    - 'tmp/**/*'
    - 'docs/web/**/*'
    - 'vendor/**/*'
    - 'gemfiles/vendor/**/*'
  DisplayCopNames: true
  StyleGuideCopsOnly: false
  TargetRubyVersion: 2.3

Markdown:
  WarnInvalid: true

Rails:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Naming/ClassAndModuleCamelCase:
  Exclude:
    - 'spec/**/*.rb'

Naming/UncommunicativeMethodParamName:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Metrics/LineLength:
  Max: 100

Style/Documentation:
  Exclude:
    - 'spec/**/*.rb'
    - 'README.md'

Style/SymbolArray:
  Enabled: false

Style/FrozenStringLiteralComment:
  Exclude:
    - 'spec/**/*.rb'
    - 'Gemfile'
    - 'Rakefile'
    - '*.gemspec'
    - 'CHANGELOG.md'
    - 'README.md'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Bundler/OrderedGems:
  Enabled: false

Gemspec/OrderedDependencies:
  Enabled: false

Lint/Void:
  Exclude:
    - 'README.md'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clowne-1.1.0 .rubocop.yml
clowne-1.0.0 .rubocop.yml