Sha256: bcb1f7429885eea08d427a32a89120cfcae508084e73dceccbd6725efa7226e6

Contents?: true

Size: 1.26 KB

Versions: 19

Compression:

Stored size: 1.26 KB

Contents

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - 'bin/*'
    - 'vendor/**/*'

Rails:
  Enabled: false

Style/FileName:
  Exclude:
    - 'lib/acme-client.rb'

Lint/AssignmentInCondition:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MultilineOperationIndentation:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_raise

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/FirstParameterIndentation:
  EnforcedStyle: consistent

Style/TrailingCommaInArguments:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Style/StringLiterals:
  Enabled: single_quotes

Metrics/LineLength:
  Max: 140

Metrics/ParameterLists:
  Max: 5
  CountKeywordArgs: false

Lint/EndAlignment:
  AlignWith: variable

Style/ParallelAssignment:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/TrivialAccessors:
  AllowPredicates: true

Lint/UnusedMethodArgument:
  AllowUnusedKeywordArguments: true

Metrics/MethodLength:
  Max: 15

Style/DoubleNegation:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: semantic

Style/Lambda:
  Enabled: false

Style/AccessorMethodName:
  Enabled: false

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
acme-client-0.6.2 .rubocop.yml
acme-client-0.6.1 .rubocop.yml
acme-client-0.6.0 .rubocop.yml
acme-client-0.5.5 .rubocop.yml
acme-client-0.5.4 .rubocop.yml
acme-client-0.5.3 .rubocop.yml
acme-client-0.5.2 .rubocop.yml
acme-client-0.5.1 .rubocop.yml
acme-client-0.5.0 .rubocop.yml
acme-client-0.4.1 .rubocop.yml
acme-client-0.4.0 .rubocop.yml
acme-client-0.3.7 .rubocop.yml
acme-client-0.3.6 .rubocop.yml
acme-client-0.3.5 .rubocop.yml
acme-client-0.3.4 .rubocop.yml
acme-client-0.3.3 .rubocop.yml
acme-client-0.3.2 .rubocop.yml
acme-client-0.3.1 .rubocop.yml
acme-client-0.3.0 .rubocop.yml