mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
271 lines
5.8 KiB
YAML
271 lines
5.8 KiB
YAML
# This configuration was generated by `rubocop --auto-gen-config`
|
|
# on 2014-07-21 12:48:09 +0200 using RuboCop version 0.24.1.
|
|
# 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: 3
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/ClassCheck:
|
|
Enabled: false
|
|
|
|
# Offense count: 8
|
|
# Configuration parameters: CountComments.
|
|
Style/ClassLength:
|
|
Max: 524
|
|
|
|
# Offense count: 1
|
|
Style/ClassVars:
|
|
Enabled: false
|
|
|
|
# Offense count: 2
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: PreferredMethods.
|
|
Style/CollectionMethods:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# Cop supports --auto-correct.
|
|
Style/ColonMethodCall:
|
|
Enabled: false
|
|
|
|
# Offense count: 4
|
|
# Configuration parameters: Keywords.
|
|
Style/CommentAnnotation:
|
|
Enabled: false
|
|
|
|
# Offense count: 4
|
|
# Cop supports --auto-correct.
|
|
Style/CommentIndentation:
|
|
Enabled: false
|
|
|
|
# Offense count: 10
|
|
Style/CyclomaticComplexity:
|
|
Max: 16
|
|
|
|
# Offense count: 5
|
|
# Cop supports --auto-correct.
|
|
Style/DeprecatedHashMethods:
|
|
Enabled: false
|
|
|
|
# Offense count: 228
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
# Offense count: 150
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/DotPosition:
|
|
Enabled: false
|
|
|
|
# Offense count: 9
|
|
Style/DoubleNegation:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: Exclude.
|
|
Style/FileName:
|
|
Enabled: false
|
|
|
|
# Offense count: 8
|
|
# Configuration parameters: MinBodyLength.
|
|
Style/GuardClause:
|
|
Enabled: false
|
|
|
|
# Offense count: 27
|
|
# Configuration parameters: MaxLineLength.
|
|
Style/IfUnlessModifier:
|
|
Enabled: false
|
|
|
|
# Offense count: 2
|
|
# Cop supports --auto-correct.
|
|
Style/IndentArray:
|
|
Enabled: false
|
|
|
|
# Offense count: 8
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/IndentHash:
|
|
Enabled: false
|
|
|
|
# Offense count: 2
|
|
# Cop supports --auto-correct.
|
|
Style/IndentationConsistency:
|
|
Enabled: false
|
|
|
|
# Offense count: 5
|
|
# Cop supports --auto-correct.
|
|
Style/IndentationWidth:
|
|
Enabled: false
|
|
|
|
# Offense count: 7
|
|
# Cop supports --auto-correct.
|
|
Style/LeadingCommentSpace:
|
|
Enabled: false
|
|
|
|
# Offense count: 5
|
|
# Cop supports --auto-correct.
|
|
Style/LineEndConcatenation:
|
|
Enabled: false
|
|
|
|
# Offense count: 515
|
|
# Configuration parameters: AllowURI.
|
|
Style/LineLength:
|
|
Max: 217
|
|
|
|
# Offense count: 5
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/MethodDefParentheses:
|
|
Enabled: false
|
|
|
|
# Offense count: 68
|
|
# Configuration parameters: CountComments.
|
|
Style/MethodLength:
|
|
Max: 134
|
|
|
|
# Offense count: 14
|
|
# Cop supports --auto-correct.
|
|
Style/NegatedIf:
|
|
Enabled: false
|
|
|
|
# Offense count: 18
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/Next:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# Cop supports --auto-correct.
|
|
Style/NumericLiterals:
|
|
MinDigits: 15
|
|
|
|
# Offense count: 1
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: AllowSafeAssignment.
|
|
Style/ParenthesesAroundCondition:
|
|
Enabled: false
|
|
|
|
# Offense count: 11
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: PreferredDelimiters.
|
|
Style/PercentLiteralDelimiters:
|
|
Enabled: false
|
|
|
|
# Offense count: 2
|
|
# Configuration parameters: NamePrefixBlacklist.
|
|
Style/PredicateName:
|
|
Enabled: false
|
|
|
|
# Offense count: 3
|
|
# Configuration parameters: SupportedStyles.
|
|
Style/RaiseArgs:
|
|
EnforcedStyle: compact
|
|
|
|
# Offense count: 3
|
|
# Cop supports --auto-correct.
|
|
Style/RedundantBegin:
|
|
Enabled: false
|
|
|
|
# Offense count: 3
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: AllowMultipleReturnValues.
|
|
Style/RedundantReturn:
|
|
Enabled: false
|
|
|
|
# Offense count: 8
|
|
# Cop supports --auto-correct.
|
|
Style/RedundantSelf:
|
|
Enabled: false
|
|
|
|
# Offense count: 10
|
|
# Configuration parameters: MaxSlashes.
|
|
Style/RegexpLiteral:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
Style/SelfAssignment:
|
|
Enabled: false
|
|
|
|
# Offense count: 3
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/SignalException:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: Methods.
|
|
Style/SingleLineBlockParams:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: AllowIfMethodIsEmpty.
|
|
Style/SingleLineMethods:
|
|
Enabled: false
|
|
|
|
# Offense count: 285
|
|
# Cop supports --auto-correct.
|
|
Style/SingleSpaceBeforeFirstArg:
|
|
Enabled: false
|
|
|
|
# Offense count: 4
|
|
# Cop supports --auto-correct.
|
|
Style/SpaceAfterComma:
|
|
Enabled: false
|
|
|
|
# Offense count: 4
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/SpaceAroundEqualsInParameterDefault:
|
|
Enabled: false
|
|
|
|
# Offense count: 5
|
|
# Cop supports --auto-correct.
|
|
Style/SpaceAroundOperators:
|
|
Enabled: false
|
|
|
|
# Offense count: 2
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
Style/SpaceBeforeBlockBraces:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# Cop supports --auto-correct.
|
|
Style/SpaceBeforeSemicolon:
|
|
Enabled: false
|
|
|
|
# Offense count: 6
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
|
|
Style/SpaceInsideBlockBraces:
|
|
Enabled: false
|
|
|
|
# Offense count: 4
|
|
# Cop supports --auto-correct.
|
|
Style/SpaceInsideBrackets:
|
|
Enabled: false
|
|
|
|
# Offense count: 6
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
|
|
Style/SpaceInsideHashLiteralBraces:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
Style/Tab:
|
|
Enabled: false
|
|
|
|
# Offense count: 24
|
|
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
|
|
Style/TrailingComma:
|
|
Enabled: false
|
|
|
|
# Offense count: 8
|
|
# Cop supports --auto-correct.
|
|
Style/WordArray:
|
|
MinSize: 5
|
|
|
|
Style/AccessorMethodName:
|
|
Enabled: false
|