# Style Style/Documentation: Enabled: false Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma # Metrics Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false