Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bbd1add2
Commit
bbd1add2
authored
Feb 22, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate .rubocop_todo.yml for EE
parent
fb0f8b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
50 deletions
+50
-50
.rubocop_todo.yml
.rubocop_todo.yml
+50
-50
No files found.
.rubocop_todo.yml
View file @
bbd1add2
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 0`
# on 2017-02-22 1
3:02:35
-0600 using RuboCop version 0.47.1.
# on 2017-02-22 1
5:19:47
-0600 using RuboCop version 0.47.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
...
...
@@ -10,7 +10,7 @@
RSpec/BeforeAfterAll
:
Enabled
:
false
# Offense count:
15
# Offense count:
26
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup
:
Enabled
:
false
...
...
@@ -19,23 +19,23 @@ RSpec/EmptyExampleGroup:
RSpec/ExpectOutput
:
Enabled
:
false
# Offense count:
63
# Offense count:
88
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: implicit, each, example
RSpec/HookArgument
:
Enabled
:
false
# Offense count:
12
# Offense count:
25
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: is_expected, should
RSpec/ImplicitExpect
:
Enabled
:
false
# Offense count:
3
6
# Offense count:
4
6
RSpec/RepeatedExample
:
Enabled
:
false
# Offense count: 3
4
# Offense count: 3
6
RSpec/ScatteredSetup
:
Enabled
:
false
...
...
@@ -43,17 +43,17 @@ RSpec/ScatteredSetup:
RSpec/SingleArgumentMessageChain
:
Enabled
:
false
# Offense count: 16
3
# Offense count: 16
9
Rails/FilePath
:
Enabled
:
false
# Offense count:
2
# Offense count:
6
# Configuration parameters: Include.
# Include: db/migrate/*.rb
Rails/ReversibleMigration
:
Enabled
:
false
# Offense count:
278
# Offense count:
321
# Configuration parameters: Blacklist.
# Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
Rails/SkipsModelValidations
:
...
...
@@ -64,12 +64,12 @@ Rails/SkipsModelValidations:
Security/YAMLLoad
:
Enabled
:
false
# Offense count:
6
# Offense count:
9
# Cop supports --auto-correct.
Style/EachWithObject
:
Enabled
:
false
# Offense count: 2
5
# Offense count: 2
6
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: empty, nil, both
...
...
@@ -81,55 +81,55 @@ Style/EmptyElse:
Style/EmptyLiteral
:
Enabled
:
false
# Offense count:
56
# Offense count:
63
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, expanded
Style/EmptyMethod
:
Enabled
:
false
# Offense count:
184
# Offense count:
201
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Style/ExtraSpacing
:
Enabled
:
false
# Offense count:
8
# Offense count:
9
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: format, sprintf, percent
Style/FormatString
:
Enabled
:
false
# Offense count:
268
# Offense count:
316
# Configuration parameters: MinBodyLength.
Style/GuardClause
:
Enabled
:
false
# Offense count: 1
4
# Offense count: 1
7
Style/IfInsideElse
:
Enabled
:
false
# Offense count: 1
79
# Offense count: 1
93
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier
:
Enabled
:
false
# Offense count:
57
# Offense count:
63
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Style/IndentArray
:
Enabled
:
false
# Offense count: 1
20
# Offense count: 1
37
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_braces
Style/IndentHash
:
Enabled
:
false
# Offense count:
45
# Offense count:
53
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: line_count_dependent, lambda, literal
...
...
@@ -141,7 +141,7 @@ Style/Lambda:
Style/LineEndConcatenation
:
Enabled
:
false
# Offense count: 2
2
# Offense count: 2
3
# Cop supports --auto-correct.
Style/MethodCallWithoutArgsParentheses
:
Enabled
:
false
...
...
@@ -155,26 +155,26 @@ Style/MethodMissing:
Style/MultilineIfModifier
:
Enabled
:
false
# Offense count: 2
2
# Offense count: 2
3
# Cop supports --auto-correct.
Style/NestedParenthesizedCalls
:
Enabled
:
false
# Offense count:
17
# Offense count:
20
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next
:
Enabled
:
false
# Offense count: 3
1
# Offense count: 3
0
# Cop supports --auto-correct.
# Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles.
# SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix
:
Enabled
:
false
# Offense count:
7
7
# Offense count:
8
7
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
# SupportedStyles: predicate, comparison
...
...
@@ -186,18 +186,18 @@ Style/NumericPredicate:
Style/ParallelAssignment
:
Enabled
:
false
# Offense count: 4
77
# Offense count: 4
86
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters
:
Enabled
:
false
# Offense count: 1
4
# Offense count: 1
8
# Cop supports --auto-correct.
Style/PerlBackrefs
:
Enabled
:
false
# Offense count: 7
2
# Offense count: 7
7
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
...
...
@@ -205,26 +205,26 @@ Style/PerlBackrefs:
Style/PredicateName
:
Enabled
:
false
# Offense count:
39
# Offense count:
42
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: short, verbose
Style/PreferredHashMethods
:
Enabled
:
false
# Offense count:
8
# Offense count:
9
# Cop supports --auto-correct.
Style/Proc
:
Enabled
:
false
# Offense count: 6
2
# Offense count: 6
4
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, exploded
Style/RaiseArgs
:
Enabled
:
false
# Offense count:
4
# Offense count:
6
# Cop supports --auto-correct.
Style/RedundantBegin
:
Enabled
:
false
...
...
@@ -234,30 +234,30 @@ Style/RedundantBegin:
Style/RedundantFreeze
:
Enabled
:
false
# Offense count: 1
5
# Offense count: 1
6
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn
:
Enabled
:
false
# Offense count:
365
# Offense count:
467
# Cop supports --auto-correct.
Style/RedundantSelf
:
Enabled
:
false
# Offense count: 1
08
# Offense count: 1
10
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral
:
Enabled
:
false
# Offense count: 2
2
# Offense count: 2
7
# Cop supports --auto-correct.
Style/RescueModifier
:
Enabled
:
false
# Offense count:
7
# Offense count:
8
# Cop supports --auto-correct.
Style/SelfAssignment
:
Enabled
:
false
...
...
@@ -268,27 +268,27 @@ Style/SelfAssignment:
Style/SingleLineMethods
:
Enabled
:
false
# Offense count: 1
55
# Offense count: 1
80
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space
Style/SpaceBeforeBlockBraces
:
Enabled
:
false
# Offense count:
8
# Offense count:
9
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Style/SpaceBeforeFirstArg
:
Enabled
:
false
# Offense count:
38
# Offense count:
45
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: require_no_space, require_space
Style/SpaceInLambdaLiteral
:
Enabled
:
false
# Offense count: 2
03
# Offense count: 2
17
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
...
...
@@ -296,12 +296,12 @@ Style/SpaceInLambdaLiteral:
Style/SpaceInsideBlockBraces
:
Enabled
:
false
# Offense count:
91
# Offense count:
100
# Cop supports --auto-correct.
Style/SpaceInsideParens
:
Enabled
:
false
# Offense count:
4
# Offense count:
6
# Cop supports --auto-correct.
Style/SpaceInsidePercentLiteralDelimiters
:
Enabled
:
false
...
...
@@ -313,28 +313,28 @@ Style/SpaceInsidePercentLiteralDelimiters:
Style/SpecialGlobalVars
:
EnforcedStyle
:
use_perl_names
# Offense count:
40
# Offense count:
51
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiteralsInInterpolation
:
Enabled
:
false
# Offense count:
57
# Offense count:
61
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc
:
Enabled
:
false
# Offense count:
5
# Offense count:
6
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowSafeAssignment.
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
Style/TernaryParentheses
:
Enabled
:
false
# Offense count: 4
3
# Offense count: 4
5
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStylesForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
...
...
@@ -347,12 +347,12 @@ Style/TrailingCommaInArguments:
Style/TrailingUnderscoreVariable
:
Enabled
:
false
# Offense count:
70
# Offense count:
89
# Cop supports --auto-correct.
Style/TrailingWhitespace
:
Enabled
:
false
# Offense count:
3
# Offense count:
4
# 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
...
...
@@ -369,7 +369,7 @@ Style/UnlessElse:
Style/UnneededInterpolation
:
Enabled
:
false
# Offense count:
8
# Offense count:
9
# Cop supports --auto-correct.
Style/ZeroLengthPredicate
:
Enabled
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment