# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-10-18 17:55:23 +0200 using RuboCop version 0.42.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 2 Lint/ShadowingOuterLocalVariable: Exclude: - 'lib/dry/behaviour/dsl.rb' # Offense count: 2 Lint/UselessAssignment: Exclude: - 'lib/dry/behaviour/dsl.rb' # Offense count: 1 Metrics/AbcSize: Max: 36 # Offense count: 5 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 116 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 21 # Offense count: 2 Style/AsciiIdentifiers: Exclude: - 'lib/dry/behaviour/dsl.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: Keywords. # Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW Style/CommentAnnotation: Exclude: - 'lib/dry/behaviour/dsl.rb' # Offense count: 2 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/dry/behaviour.rb' - 'lib/dry/behaviour/dsl.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: AllowAdjacentOneLineDefs. Style/EmptyLineBetweenDefs: Exclude: - 'lib/dry/behaviour/dsl.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, ruby19_no_mixed_keys, hash_rockets Style/HashSyntax: Exclude: - 'Rakefile' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles. # SupportedStyles: call, braces Style/LambdaCall: EnforcedStyle: braces # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: require_parentheses, require_no_parentheses, require_no_parentheses_except_multiline Style/MethodDefParentheses: Exclude: - 'lib/dry/behaviour/dsl.rb' # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - 'Rakefile' - 'bin/console' # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: snake_case, camelCase Style/VariableName: Exclude: - 'lib/dry/behaviour/dsl.rb'