# This configuration was generated by `rubocop --auto-gen-config`. # The point is for the user to remove these configuration records # one by one as the offences are removed from the code base. Blocks: Enabled: false CollectionMethods: Enabled: false ColonMethodCall: Enabled: false DefWithoutParentheses: Enabled: false Documentation: Enabled: false DotPosition: Enabled: false Encoding: Enabled: false HashSyntax: Enabled: false IfUnlessModifier: Enabled: false LineLength: Enabled: false MethodAndVariableSnakeCase: Enabled: false MethodLength: Enabled: false SpaceInsideHashLiteralBraces: Enabled: false SymbolName: Enabled: false Void: Enabled: false WordArray: Enabled: false