require: - rubocop-rspec AllCops: NewCops: enable Metrics/BlockLength: ExcludedMethods: ['describe', 'context'] Layout/LineLength: Max: 80 Naming/RescuedExceptionsVariableName: Enabled: Yes PreferredName: error Style/Documentation: Enabled: No