AllCops: DisplayCopNames: true TargetRubyVersion: 2.3.3 Layout/EmptyLineAfterGuardClause: Enabled: false Layout/EndOfLine: EnforcedStyle: lf Metrics/LineLength: Max: 120 Metrics/AbcSize: Max: 25 Metrics/BlockLength: Max: 30 Metrics/MethodLength: Max: 25 Metrics/ClassLength: Max: 180 Metrics/ParameterLists: Max: 7 Layout/AlignParameters: Enabled: false