haanhduclinh/s3-to-ftp

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - lib/**
    - test/**
  Exclude:
    - '**/Gemfile'
    - '**/Rakefile'
Documentation:
  Enabled: false
Metrics/MethodLength:
  Max: 23
Style/FrozenStringLiteralComment:
  Enabled: false
ClassLength:
  Max: 250
Metrics/LineLength:
  Max: 100