Project

General

Profile

Download (13.8 KB) Statistics
| Branch: | Tag: | Revision:
a9d8cde5 David Davis
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 0`
b697e513 Michael Moll
# on 2018-06-09 16:44:26 +0200 using RuboCop version 0.54.0.
7ebd35e7 David Davis
# 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.

b697e513 Michael Moll
# Offense count: 635
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
aa7637bb Tomer Brisker
# SupportedHashRocketStyles: key, separator, table
# SupportedColonStyles: key, separator, table
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
Layout/AlignHash:
Enabled: false

b697e513 Michael Moll
# Offense count: 622
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, IndentationWidth.
aa7637bb Tomer Brisker
# SupportedStyles: with_first_parameter, with_fixed_indentation
Layout/AlignParameters:
Enabled: false

7386f11b Michael Moll
# Offense count: 165
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth.
aa7637bb Tomer Brisker
# SupportedStyles: case, end
Layout/CaseIndentation:
Enabled: false

b697e513 Michael Moll
# Offense count: 34
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
Layout/ClosingParenthesisIndentation:
Enabled: false

b697e513 Michael Moll
# Offense count: 30
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
aa7637bb Tomer Brisker
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
Layout/IndentHeredoc:
7ebd35e7 David Davis
Enabled: false

b697e513 Michael Moll
# Offense count: 177
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
aa7637bb Tomer Brisker
# SupportedStyles: symmetrical, new_line, same_line
Layout/MultilineHashBraceLayout:
Enabled: false

b697e513 Michael Moll
# Offense count: 72
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
aa7637bb Tomer Brisker
# SupportedStyles: symmetrical, new_line, same_line
Layout/MultilineMethodCallBraceLayout:
Enabled: false

b697e513 Michael Moll
# Offense count: 89
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, IndentationWidth.
aa7637bb Tomer Brisker
# SupportedStyles: aligned, indented, indented_relative_to_receiver
Layout/MultilineMethodCallIndentation:
Enabled: false

b697e513 Michael Moll
# Offense count: 71
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, IndentationWidth.
aa7637bb Tomer Brisker
# SupportedStyles: aligned, indented
Layout/MultilineOperationIndentation:
Enabled: false

b697e513 Michael Moll
# Offense count: 941
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Layout/SpaceAroundOperators:
Enabled: false

b697e513 Michael Moll
# Offense count: 95
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
aa7637bb Tomer Brisker
# SupportedStyles: space, no_space
ce761fd9 Tomer Brisker
# SupportedStylesForEmptyBraces: space, no_space
aa7637bb Tomer Brisker
Layout/SpaceBeforeBlockBraces:
Enabled: false

b697e513 Michael Moll
# Offense count: 350
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
# SupportedStyles: space, no_space, compact
# SupportedStylesForEmptyBrackets: space, no_space
Layout/SpaceInsideArrayLiteralBrackets:
aa7637bb Tomer Brisker
Enabled: false

b697e513 Michael Moll
# Offense count: 529
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
aa7637bb Tomer Brisker
Enabled: false

b697e513 Michael Moll
# Offense count: 3507
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
aa7637bb Tomer Brisker
# SupportedStyles: space, no_space, compact
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideHashLiteralBraces:
Enabled: false

b697e513 Michael Moll
# Offense count: 43
aa7637bb Tomer Brisker
Lint/AmbiguousBlockAssociation:
Enabled: false

b697e513 Michael Moll
# Offense count: 122
aa7637bb Tomer Brisker
Lint/AmbiguousRegexpLiteral:
Enabled: false

7386f11b Michael Moll
# Offense count: 93
ce761fd9 Tomer Brisker
Lint/BooleanSymbol:
Enabled: false

7386f11b Michael Moll
# Offense count: 7
ce761fd9 Tomer Brisker
Lint/DuplicateMethods:
aa7637bb Tomer Brisker
Enabled: false

b697e513 Michael Moll
# Offense count: 14
aa7637bb Tomer Brisker
Lint/HandleExceptions:
Enabled: false

ce761fd9 Tomer Brisker
# Offense count: 7
aa7637bb Tomer Brisker
Lint/NonLocalExitFromIterator:
Enabled: false

b697e513 Michael Moll
# Offense count: 23
aa7637bb Tomer Brisker
Lint/ParenthesesAsGroupedExpression:
Enabled: false

50c3e881 Michael Moll
# Offense count: 2
ce761fd9 Tomer Brisker
Lint/ShadowingOuterLocalVariable:
Enabled: false

b697e513 Michael Moll
# Offense count: 102
7ebd35e7 David Davis
# Cop supports --auto-correct.
e7e5ef3e Tomer Brisker
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
7ebd35e7 David Davis
Lint/UnusedBlockArgument:
Enabled: false

b697e513 Michael Moll
# Offense count: 113
7ebd35e7 David Davis
# Cop supports --auto-correct.
a9d8cde5 David Davis
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
7ebd35e7 David Davis
Lint/UnusedMethodArgument:
Enabled: false

7386f11b Michael Moll
# Offense count: 6
ce761fd9 Tomer Brisker
Lint/UriEscapeUnescape:
Enabled: false

# Offense count: 2
7386f11b Michael Moll
# Configuration parameters: CheckForMethodsWithNoSideEffects.
ce761fd9 Tomer Brisker
Lint/Void:
Enabled: false

b697e513 Michael Moll
# Offense count: 604
060a93cf David Davis
Metrics/AbcSize:
aa7637bb Tomer Brisker
Max: 128
060a93cf David Davis
b697e513 Michael Moll
# Offense count: 345
aa7637bb Tomer Brisker
# Configuration parameters: CountComments, ExcludedMethods.
0c774a3a Shlomi Zadok
Metrics/BlockLength:
b697e513 Michael Moll
Max: 1342
0c774a3a Shlomi Zadok
b697e513 Michael Moll
# Offense count: 14
aa7637bb Tomer Brisker
# Configuration parameters: CountBlocks.
9645d895 David Davis
Metrics/BlockNesting:
aa7637bb Tomer Brisker
Max: 6
9645d895 David Davis
7386f11b Michael Moll
# Offense count: 59
9645d895 David Davis
# Configuration parameters: CountComments.
Metrics/ClassLength:
b697e513 Michael Moll
Max: 746
9645d895 David Davis
b697e513 Michael Moll
# Offense count: 150
9645d895 David Davis
Metrics/CyclomaticComplexity:
Max: 24

b697e513 Michael Moll
# Offense count: 11621
0c774a3a Shlomi Zadok
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
f0091ac8 Dominic Cleal
# URISchemes: http, https
9645d895 David Davis
Metrics/LineLength:
Max: 385

b697e513 Michael Moll
# Offense count: 522
9645d895 David Davis
# Configuration parameters: CountComments.
Metrics/MethodLength:
7d8b5c2e Timo Goebel
Max: 176
9645d895 David Davis
1b276e91 Michael Moll
# Offense count: 25
a9d8cde5 David Davis
# Configuration parameters: CountComments.
Metrics/ModuleLength:
7386f11b Michael Moll
Max: 441
a9d8cde5 David Davis
ce761fd9 Tomer Brisker
# Offense count: 10
9645d895 David Davis
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 7

b697e513 Michael Moll
# Offense count: 125
9645d895 David Davis
Metrics/PerceivedComplexity:
ce761fd9 Tomer Brisker
Max: 25

b697e513 Michael Moll
# Offense count: 42
ce761fd9 Tomer Brisker
Naming/AccessorMethodName:
Enabled: false

# Offense count: 2
Naming/BinaryOperatorParameterName:
Enabled: false

b697e513 Michael Moll
# Offense count: 20
ce761fd9 Tomer Brisker
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
Naming/FileName:
Enabled: false

b697e513 Michael Moll
# Offense count: 29
ce761fd9 Tomer Brisker
# Configuration parameters: Blacklist.
# Blacklist: END, (?-mix:EO[A-Z]{1})
Naming/HeredocDelimiterNaming:
Enabled: false

b697e513 Michael Moll
# Offense count: 21
7386f11b Michael Moll
Naming/MemoizedInstanceVariableName:
Enabled: false

# Offense count: 49
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
ce761fd9 Tomer Brisker
# SupportedStyles: snake_case, camelCase
Naming/MethodName:
Enabled: false

1b276e91 Michael Moll
# Offense count: 28
ce761fd9 Tomer Brisker
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
# MethodDefinitionMacros: define_method, define_singleton_method
Naming/PredicateName:
Enabled: false

b697e513 Michael Moll
# Offense count: 150
7386f11b Michael Moll
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to
Naming/UncommunicativeMethodParamName:
Enabled: false

b697e513 Michael Moll
# Offense count: 46
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
ce761fd9 Tomer Brisker
# SupportedStyles: snake_case, normalcase, non_integer
Naming/VariableNumber:
Enabled: false
9645d895 David Davis
1b276e91 Michael Moll
# Offense count: 28
# Configuration parameters: Include.
# Include: db/migrate/*.rb
Rails/CreateTableWithTimestamps:
Enabled: false

aa7637bb Tomer Brisker
# Offense count: 5
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
f0091ac8 Dominic Cleal
# SupportedStyles: strict, flexible
a9d8cde5 David Davis
Rails/Date:
Enabled: false

b697e513 Michael Moll
# Offense count: 494
0c774a3a Shlomi Zadok
# Cop supports --auto-correct.
# Configuration parameters: Whitelist.
# Whitelist: find_by_sql
Rails/DynamicFindBy:
Enabled: false

b697e513 Michael Moll
# Offense count: 25
aa7637bb Tomer Brisker
Rails/FilePath:
Enabled: false

9645d895 David Davis
# Offense count: 14
7ebd35e7 David Davis
# Configuration parameters: Include.
f0091ac8 Dominic Cleal
# Include: app/models/**/*.rb
7ebd35e7 David Davis
Rails/HasAndBelongsToMany:
Enabled: false

b697e513 Michael Moll
# Offense count: 49
ce761fd9 Tomer Brisker
# Configuration parameters: Include.
# Include: app/models/**/*.rb
Rails/HasManyOrHasOneDependent:
Enabled: false

b697e513 Michael Moll
# Offense count: 73
1b276e91 Michael Moll
# Configuration parameters: Include.
# Include: app/models/**/*.rb
Rails/InverseOf:
Enabled: false

7386f11b Michael Moll
# Offense count: 10
1b276e91 Michael Moll
# Configuration parameters: Include.
# Include: app/controllers/**/*.rb
Rails/LexicallyScopedActionFilter:
Enabled: false

ce761fd9 Tomer Brisker
# Offense count: 15
9645d895 David Davis
# Configuration parameters: Include.
f0091ac8 Dominic Cleal
# Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb
7ebd35e7 David Davis
Rails/Output:
Enabled: false

b697e513 Michael Moll
# Offense count: 103
e7e5ef3e Tomer Brisker
Rails/OutputSafety:
Enabled: false

1b276e91 Michael Moll
# Offense count: 4
aa7637bb Tomer Brisker
# Configuration parameters: Include.
# Include: db/migrate/*.rb
Rails/ReversibleMigration:
Enabled: false

b697e513 Michael Moll
# Offense count: 359
aa7637bb Tomer Brisker
# Configuration parameters: Blacklist.
# Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
Rails/SkipsModelValidations:
Enabled: false

b697e513 Michael Moll
# Offense count: 13
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
aa7637bb Tomer Brisker
# SupportedStyles: strict, flexible
Rails/TimeZone:
Enabled: false

50c3e881 Michael Moll
# Offense count: 7
0c774a3a Shlomi Zadok
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect.
Security/JSONLoad:
Enabled: false

7386f11b Michael Moll
# Offense count: 20
7ebd35e7 David Davis
# Cop supports --auto-correct.
aa7637bb Tomer Brisker
Security/YAMLLoad:
7ebd35e7 David Davis
Enabled: false

b697e513 Michael Moll
# Offense count: 533
7ebd35e7 David Davis
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
f0091ac8 Dominic Cleal
# SupportedStyles: braces, no_braces, context_dependent
7ebd35e7 David Davis
Style/BracesAroundHashParameters:
Enabled: false

b697e513 Michael Moll
# Offense count: 231
7386f11b Michael Moll
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
f0091ac8 Dominic Cleal
# SupportedStyles: nested, compact
7ebd35e7 David Davis
Style/ClassAndModuleChildren:
Enabled: false

aa7637bb Tomer Brisker
# Offense count: 9
7ebd35e7 David Davis
Style/ClassVars:
Enabled: false

0c774a3a Shlomi Zadok
# Offense count: 5
a9d8cde5 David Davis
# Cop supports --auto-correct.
7ebd35e7 David Davis
# Configuration parameters: Keywords.
f0091ac8 Dominic Cleal
# Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW
7ebd35e7 David Davis
Style/CommentAnnotation:
Enabled: false

50c3e881 Michael Moll
# Offense count: 4
ce761fd9 Tomer Brisker
Style/CommentedKeyword:
Enabled: false

b697e513 Michael Moll
# Offense count: 30
7ebd35e7 David Davis
Style/DoubleNegation:
Enabled: false

7386f11b Michael Moll
# Offense count: 152
0c774a3a Shlomi Zadok
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
0c774a3a Shlomi Zadok
# SupportedStyles: compact, expanded
Style/EmptyMethod:
Enabled: false

b697e513 Michael Moll
# Offense count: 48
7386f11b Michael Moll
# Cop supports --auto-correct.
Style/ExpandPathArguments:
Enabled: false

aa7637bb Tomer Brisker
# Offense count: 19
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
7386f11b Michael Moll
# SupportedStyles: each, for
a9d8cde5 David Davis
Style/For:
Enabled: false

b697e513 Michael Moll
# Offense count: 152
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
f0091ac8 Dominic Cleal
# SupportedStyles: format, sprintf, percent
7ebd35e7 David Davis
Style/FormatString:
Enabled: false

b697e513 Michael Moll
# Offense count: 379
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
# SupportedStyles: annotated, template, unannotated
aa7637bb Tomer Brisker
Style/FormatStringToken:
1b276e91 Michael Moll
Enabled: false
aa7637bb Tomer Brisker
# Offense count: 3
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Enabled: false

7386f11b Michael Moll
# Offense count: 169
7ebd35e7 David Davis
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false

aa7637bb Tomer Brisker
# Offense count: 2
Style/IdenticalConditionalBranches:
Enabled: false

b697e513 Michael Moll
# Offense count: 15
f0091ac8 Dominic Cleal
Style/IfInsideElse:
Enabled: false

50c3e881 Michael Moll
# Offense count: 2
f0091ac8 Dominic Cleal
Style/IfUnlessModifierOfIfUnless:
Enabled: false

7386f11b Michael Moll
# Offense count: 93
7ebd35e7 David Davis
# Cop supports --auto-correct.
Style/LineEndConcatenation:
Enabled: false

b697e513 Michael Moll
# Offense count: 61
7ebd35e7 David Davis
# Cop supports --auto-correct.
aa7637bb Tomer Brisker
Style/MethodCallWithoutArgsParentheses:
7ebd35e7 David Davis
Enabled: false

b697e513 Michael Moll
# Offense count: 5
ce761fd9 Tomer Brisker
Style/MixinUsage:
7ebd35e7 David Davis
Enabled: false

b697e513 Michael Moll
# Offense count: 37
0c774a3a Shlomi Zadok
# Cop supports --auto-correct.
Style/MultilineIfModifier:
Enabled: false

aa7637bb Tomer Brisker
# Offense count: 3
Style/MultipleComparison:
060a93cf David Davis
Enabled: false

b697e513 Michael Moll
# Offense count: 111
f0091ac8 Dominic Cleal
# Cop supports --auto-correct.
Style/MutableConstant:
Enabled: false

b697e513 Michael Moll
# Offense count: 23
a9d8cde5 David Davis
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, MinBodyLength.
f0091ac8 Dominic Cleal
# SupportedStyles: skip_modifier_ifs, always
7ebd35e7 David Davis
Style/Next:
Enabled: false

e7e5ef3e Tomer Brisker
# Offense count: 1
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedOctalStyle.
e7e5ef3e Tomer Brisker
# SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix:
Enabled: false

b697e513 Michael Moll
# Offense count: 48
7ebd35e7 David Davis
# Cop supports --auto-correct.
aa7637bb Tomer Brisker
# Configuration parameters: Strict.
7ebd35e7 David Davis
Style/NumericLiterals:
MinDigits: 15

b697e513 Michael Moll
# Offense count: 52
e7e5ef3e Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: AutoCorrect, EnforcedStyle.
e7e5ef3e Tomer Brisker
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Enabled: false

7386f11b Michael Moll
# Offense count: 29
a9d8cde5 David Davis
# Cop supports --auto-correct.
Style/ParallelAssignment:
Enabled: false

b697e513 Michael Moll
# Offense count: 28
7ebd35e7 David Davis
# Cop supports --auto-correct.
# Configuration parameters: AllowSafeAssignment.
Style/ParenthesesAroundCondition:
Enabled: false

b697e513 Michael Moll
# Offense count: 189
7ebd35e7 David Davis
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false

b697e513 Michael Moll
# Offense count: 71
e7e5ef3e Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
0c774a3a Shlomi Zadok
# SupportedStyles: short, verbose
e7e5ef3e Tomer Brisker
Style/PreferredHashMethods:
Enabled: false

1b276e91 Michael Moll
# Offense count: 107
7ebd35e7 David Davis
# Cop supports --auto-correct.
Style/Proc:
Enabled: false

b697e513 Michael Moll
# Offense count: 53
e7e5ef3e Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
f0091ac8 Dominic Cleal
# SupportedStyles: compact, exploded
7ebd35e7 David Davis
Style/RaiseArgs:
Enabled: false

b697e513 Michael Moll
# Offense count: 684
7ebd35e7 David Davis
# Cop supports --auto-correct.
Style/RedundantSelf:
Enabled: false

b697e513 Michael Moll
# Offense count: 59
a9d8cde5 David Davis
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
f0091ac8 Dominic Cleal
# SupportedStyles: slashes, percent_r, mixed
7ebd35e7 David Davis
Style/RegexpLiteral:
Enabled: false

b697e513 Michael Moll
# Offense count: 55
a9d8cde5 David Davis
# Cop supports --auto-correct.
7ebd35e7 David Davis
Style/RescueModifier:
Enabled: false

b697e513 Michael Moll
# Offense count: 176
1b276e91 Michael Moll
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: implicit, explicit
Style/RescueStandardError:
Enabled: false

f0091ac8 Dominic Cleal
# Offense count: 5
7ebd35e7 David Davis
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: EnforcedStyle.
f0091ac8 Dominic Cleal
# SupportedStyles: only_raise, only_fail, semantic
7ebd35e7 David Davis
Style/SignalException:
Enabled: false

a9d8cde5 David Davis
# Offense count: 1
Style/StructInheritance:
Enabled: false

b697e513 Michael Moll
# Offense count: 816
aa7637bb Tomer Brisker
# Cop supports --auto-correct.
1b276e91 Michael Moll
# Configuration parameters: MinSize.
aa7637bb Tomer Brisker
# SupportedStyles: percent, brackets
Style/SymbolArray:
EnforcedStyle: brackets

b697e513 Michael Moll
# Offense count: 92
9645d895 David Davis
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
e7e5ef3e Tomer Brisker
# IgnoredMethods: respond_to, define_method
9645d895 David Davis
Style/SymbolProc:
Enabled: false