Rails: Enabled: false Rails/Output: Enabled: false AllCops: TargetRubyVersion: 2.4 DisplayCopNames: true DisplayStyleGuide: true Exclude: - 'bin/*' - 'spec/fixtures/**/*' Metrics/LineLength: Max: 100 Metrics/MethodLength: Max: 20 Metrics/ClassLength: Max: 200 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - 'spec/factories/*.rb' - '*.gemspec' Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Max: 10 Style/StringLiterals: Enabled: false EnforcedStyle: double_quotes Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Metrics/AbcSize: Max: 40 Lint/HandleExceptions: Enabled: false Style/FormatStringToken: Exclude: - 'lib/wordless/wordless_cli.rb'