# This is the configuration used to check the rubocop source code. # Check out: https://github.com/bbatsov/rubocop AllCops: TargetRubyVersion: 2.3 Include: - '**/config.ru' Exclude: - 'vendor/**/*' - 'db/**/*' - 'db/schema.rb' Metrics/LineLength: Max: 120 Style/Documentation: Enabled: false Metrics/BlockLength: ExcludedMethods: ['describe', 'context']