AllCops: Exclude: - vendor/**/* - Guardfile AlignParameters: Enabled: false ClassLength: Enabled: false CyclomaticComplexity: Enabled: false Documentation: Enabled: false Encoding: Enabled: false Style/FileName: Enabled: false Style/Alias: Enabled: false Style/SpaceBeforeFirstArg: Enabled: false LineLength: Enabled: false MethodLength: Enabled: false Metrics/AbcSize: Enabled: false PerceivedComplexity: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/NumericLiteralPrefix: EnforcedOctalStyle: zero_only Style/SpaceBeforeFirstArg: AllowForAlignment: true Style/SpaceAroundOperators: AllowForAlignment: true Style/ExtraSpacing: AllowForAlignment: true