AllCops: TargetRubyVersion: 2.3.8 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/LambdaCall: EnforcedStyle: braces Style/ModuleFunction: Enabled: false Layout/LineLength: Max: 120 Metrics/MethodLength: Max: 20 Metrics/AbcSize: Max: 20 Metrics/ModuleLength: Max: 200 Naming/FileName: Exclude: - lib/fun-ruby.rb Style/DocumentationMethod: Enabled: true Metrics/BlockLength: Exclude: - spec/**/*_spec.rb Style/TrailingUnderscoreVariable: Enabled: false