AllCops: TargetRubyVersion: 2.5 Style/Documentation: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/LineLength: Exclude: - 'spec/**/*' IgnoreCopDirectives: true Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma