AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.7 Exclude: - '{tmp,vendor,yard}/**/*' - lib/preval/format.rb Gemspec/RequiredRubyVersion: Enabled: false Layout/LineLength: Max: 80 Lint/AmbiguousBlockAssociation: Enabled: false Layout/CommentIndentation: Enabled: false Lint/InheritException: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/RescuedExceptionsVariableName: Enabled: false Style/Documentation: Enabled: false Style/FormatString: EnforcedStyle: percent Style/FormatStringToken: Enabled: false Style/NumericPredicate: Enabled: false Style/OptionalBooleanParameter: Enabled: false Style/PerlBackrefs: Enabled: false Style/SlicingWithRange: Enabled: false