debian-mirror-gitlab/.rubocop_todo.yml

372 lines
9.3 KiB
YAML
Raw Normal View History

2016-08-24 12:49:21 +05:30
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 0`
2017-09-10 17:25:29 +05:30
# on 2017-07-10 01:48:30 +0900 using RuboCop version 0.49.1.
2016-08-24 12:49:21 +05:30
# 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.
2017-09-10 17:25:29 +05:30
# Offense count: 181
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Layout/ExtraSpacing:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 119
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Layout/IndentArray:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 208
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_braces
Layout/IndentHash:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 174
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space
Layout/SpaceBeforeBlockBraces:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 8
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Layout/SpaceBeforeFirstArg:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 64
# Cop supports --auto-correct.
2016-11-03 12:29:30 +05:30
# Configuration parameters: EnforcedStyle, SupportedStyles.
2017-09-10 17:25:29 +05:30
# SupportedStyles: require_no_space, require_space
Layout/SpaceInLambdaLiteral:
Enabled: false
# Offense count: 256
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
Enabled: false
# Offense count: 135
# Cop supports --auto-correct.
Layout/SpaceInsideParens:
Enabled: false
# Offense count: 14
# Cop supports --auto-correct.
Layout/SpaceInsidePercentLiteralDelimiters:
Enabled: false
# Offense count: 89
# Cop supports --auto-correct.
Layout/TrailingWhitespace:
Enabled: false
# Offense count: 272
RSpec/EmptyLineAfterFinalLet:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 181
RSpec/EmptyLineAfterSubject:
Enabled: false
# Offense count: 78
2017-08-17 22:00:37 +05:30
# Configuration parameters: EnforcedStyle, SupportedStyles.
2017-09-10 17:25:29 +05:30
# SupportedStyles: implicit, each, example
RSpec/HookArgument:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 9
2016-11-03 12:29:30 +05:30
# Configuration parameters: EnforcedStyle, SupportedStyles.
2017-08-17 22:00:37 +05:30
# SupportedStyles: it_behaves_like, it_should_behave_like
RSpec/ItBehavesLike:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-08-17 22:00:37 +05:30
# Offense count: 4
RSpec/IteratedExpectation:
Enabled: false
2016-11-03 12:29:30 +05:30
2017-09-10 17:25:29 +05:30
# Offense count: 2
2017-08-17 22:00:37 +05:30
RSpec/OverwritingSetup:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 36
2017-08-17 22:00:37 +05:30
RSpec/RepeatedExample:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 86
2017-08-17 22:00:37 +05:30
RSpec/ScatteredLet:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 20
2017-08-17 22:00:37 +05:30
RSpec/ScatteredSetup:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-08-17 22:00:37 +05:30
# Offense count: 1
RSpec/SharedContext:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 115
2017-08-17 22:00:37 +05:30
Rails/FilePath:
2016-08-24 12:49:21 +05:30
Enabled: false
2016-11-03 12:29:30 +05:30
# Offense count: 2
2017-08-17 22:00:37 +05:30
# Configuration parameters: Include.
# Include: db/migrate/*.rb
Rails/ReversibleMigration:
2016-11-03 12:29:30 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 336
2017-08-17 22:00:37 +05:30
# Configuration parameters: Blacklist.
# Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
Rails/SkipsModelValidations:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 11
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
2017-08-17 22:00:37 +05:30
Security/YAMLLoad:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 58
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: percent_q, bare_percent
Style/BarePercentLiterals:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 6
2016-09-29 09:46:39 +05:30
# Cop supports --auto-correct.
2016-08-24 12:49:21 +05:30
Style/EachWithObject:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 31
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: empty, nil, both
Style/EmptyElse:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 9
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/EmptyLiteral:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 78
2017-08-17 22:00:37 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, expanded
Style/EmptyMethod:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 23
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: format, sprintf, percent
Style/FormatString:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 301
2016-08-24 12:49:21 +05:30
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 18
2016-08-24 12:49:21 +05:30
Style/IfInsideElse:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 182
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 52
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: line_count_dependent, lambda, literal
Style/Lambda:
Enabled: false
2017-08-17 22:00:37 +05:30
# Offense count: 6
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/LineEndConcatenation:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 40
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
2017-08-17 22:00:37 +05:30
Style/MethodCallWithoutArgsParentheses:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 13
2016-09-29 09:46:39 +05:30
Style/MethodMissing:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 6
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
2017-08-17 22:00:37 +05:30
Style/MultilineIfModifier:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 26
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/NestedParenthesizedCalls:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 20
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 45
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles.
# SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 98
2016-09-29 09:46:39 +05:30
# Cop supports --auto-correct.
2017-08-17 22:00:37 +05:30
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
2016-09-29 09:46:39 +05:30
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 42
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/ParallelAssignment:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 800
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 15
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/PerlBackrefs:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 105
2016-08-24 12:49:21 +05:30
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 58
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, exploded
Style/RaiseArgs:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 6
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/RedundantBegin:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 37
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
2017-08-17 22:00:37 +05:30
Style/RedundantFreeze:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 14
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
2017-08-17 22:00:37 +05:30
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
2016-08-24 12:49:21 +05:30
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 406
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/RedundantSelf:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 115
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 29
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/RescueModifier:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 8
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/SelfAssignment:
Enabled: false
# Offense count: 50
# Cop supports --auto-correct.
# Configuration parameters: AllowIfMethodIsEmpty.
Style/SingleLineMethods:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 64
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
EnforcedStyle: use_perl_names
2017-09-10 17:25:29 +05:30
# Offense count: 44
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiteralsInInterpolation:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 84
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 8
2016-09-29 09:46:39 +05:30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowSafeAssignment.
2017-08-17 22:00:37 +05:30
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
2016-09-29 09:46:39 +05:30
Style/TernaryParentheses:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 17
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables.
Style/TrailingUnderscoreVariable:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 4
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
# Whitelist: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym
Style/TrivialAccessors:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 5
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/UnlessElse:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 28
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/UnneededInterpolation:
Enabled: false
2017-09-10 17:25:29 +05:30
# Offense count: 11
2016-08-24 12:49:21 +05:30
# Cop supports --auto-correct.
Style/ZeroLengthPredicate:
Enabled: false