require: - rubocop-md - rubocop-minitest - rubocop-performance - rubocop-rake AllCops: NewCops: enable Exclude: - .git/**/* Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false Layout/IndentationConsistency: Exclude: - README.md Layout/InitialIndentation: Exclude: - README.md Layout/LineLength: Exclude: - fillable-pdf.gemspec Max: 120 Layout/SpaceInsideHashLiteralBraces: Enabled: false Metrics/MethodLength: Max: 12 Naming/AccessorMethodName: Enabled: false Naming/FileName: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/GuardClause: Enabled: false Style/MutableConstant: Enabled: false