require: rubocop-rspec AllCops: Include: - 'lib/**/*' - 'spec/**/*' Metrics/AbcSize: Max: 32 Metrics/LineLength: Max: 99 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 20 Metrics/MethodLength: Max: 30 Documentation: Enabled: false Style/SignalException: EnforcedStyle: only_raise