Sha256: ca01c79aaead52d797e5bb55873dbcb770081ed664f27d5ccf1fd69b5ad0e698

Contents?: true

Size: 553 Bytes

Versions: 3

Compression:

Stored size: 553 Bytes

Contents

AllCops:
  NewCops: enable
  SuggestExtensions: false
  Exclude:
    - spec/*
    - microsoft_teams_incoming_webhook_ruby.gemspec

Gemspec/RequiredRubyVersion:
  Enabled: false

Style/Documentation:
  Enabled: false

Lint/UnusedMethodArgument:
  Enabled: false

Style/WordArray:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Layout/EmptyLineBetweenDefs:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Lint/ScriptPermission:
  Enabled: false

Layout/LineLength:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
microsoft_teams_incoming_webhook_ruby-1.0.1 .rubocop.yml
microsoft_teams_incoming_webhook_ruby-1.0.0 .rubocop.yml
microsoft_teams_incoming_webhook_ruby-0.1.0 .rubocop.yml