neopoly/rohbau

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# Generated by `rubocop --auto-gen-config`
inherit_from: .rubocop_todo.yml

Metrics/LineLength:
  Exclude:
    - rohbau.gemspec
    - examples/**/*.rb

Metrics/ModuleLength:
  Exclude:
    - lib/rohbau/shared_specs/default_gateway.rb

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

# Prefer foo: :bar
Style/HashSyntax:
  EnforcedStyle: hash_rockets

# Let Inch check that
Style/Documentation:
  Enabled: false