require: - rubocop-md - rubocop-minitest - rubocop-performance - rubocop-rake AllCops: TargetRubyVersion: 2.4.0 NewCops: enable Exclude: - .git/**/* - vendor/bundle/**/* Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false Layout/IndentationConsistency: Exclude: - README.md Layout/InitialIndentation: Exclude: - README.md Layout/LineLength: Exclude: - README.md - fillable-pdf.gemspec Max: 120 AllowedPatterns: ['^(\s*#)'] Layout/SpaceInsideHashLiteralBraces: Enabled: false Lint/ConstantDefinitionInBlock: Exclude: - lib/fillable-pdf/itext.rb 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/HashSyntax: Enabled: false Style/MutableConstant: Enabled: false