require: - rubocop-minitest - rubocop-rake AllCops: NewCops: enable TargetRubyVersion: 2.5 Layout/LineLength: Max: 120 Layout/EndOfLine: EnforcedStyle: lf Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Metrics/AbcSize: Exclude: - lib/jive/batch_runner.rb - lib/jive/popen.rb Metrics/MethodLength: Exclude: - lib/jive/batch_runner.rb - lib/jive/popen.rb Style/Documentation: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes