Skip to content
Snippets Groups Projects
Unverified Commit c4cbf3ef authored by Connor Shea's avatar Connor Shea
Browse files

Disable two cops as recommended.

parent fb4f3a47
No related branches found
No related tags found
No related merge requests found
Loading
@@ -37,6 +37,10 @@ AllCops:
Loading
@@ -37,6 +37,10 @@ AllCops:
Style/AccessModifierIndentation: Style/AccessModifierIndentation:
Enabled: true Enabled: true
   
# Check the naming of accessor methods for get_/set_.
Style/AccessorMethodName:
Enabled: false
# Use alias_method instead of alias. # Use alias_method instead of alias.
Style/Alias: Style/Alias:
EnforcedStyle: prefer_alias_method EnforcedStyle: prefer_alias_method
Loading
@@ -239,6 +243,10 @@ Style/MethodDefParentheses:
Loading
@@ -239,6 +243,10 @@ Style/MethodDefParentheses:
Style/MethodName: Style/MethodName:
Enabled: true Enabled: true
   
# Checks for usage of `extend self` in modules.
Style/ModuleFunction:
Enabled: false
# Checks that the closing brace in an array literal is either on the same line # Checks that the closing brace in an array literal is either on the same line
# as the last array element, or a new line. # as the last array element, or a new line.
Style/MultilineArrayBraceLayout: Style/MultilineArrayBraceLayout:
Loading
Loading
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 8` # `rubocop --auto-gen-config --exclude-limit 8`
# on 2016-07-03 15:32:25 -0600 using RuboCop version 0.41.1. # on 2016-07-05 10:30:07 -0600 using RuboCop version 0.41.1.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again. # versions of RuboCop, may require this file to be generated again.
   
# Offense count: 152 # Offense count: 154
Lint/AmbiguousRegexpLiteral: Lint/AmbiguousRegexpLiteral:
Enabled: false Enabled: false
   
Loading
@@ -52,7 +52,7 @@ Lint/StringConversionInInterpolation:
Loading
@@ -52,7 +52,7 @@ Lint/StringConversionInInterpolation:
Lint/UnusedBlockArgument: Lint/UnusedBlockArgument:
Enabled: false Enabled: false
   
# Offense count: 125 # Offense count: 129
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods. # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument: Lint/UnusedMethodArgument:
Loading
@@ -114,11 +114,7 @@ Rails/TimeZone:
Loading
@@ -114,11 +114,7 @@ Rails/TimeZone:
Rails/Validation: Rails/Validation:
Enabled: false Enabled: false
   
# Offense count: 18 # Offense count: 218
Style/AccessorMethodName:
Enabled: false
# Offense count: 208
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: with_first_parameter, with_fixed_indentation # SupportedStyles: with_first_parameter, with_fixed_indentation
Loading
@@ -139,7 +135,7 @@ Style/AndOr:
Loading
@@ -139,7 +135,7 @@ Style/AndOr:
Style/BarePercentLiterals: Style/BarePercentLiterals:
Enabled: false Enabled: false
   
# Offense count: 255 # Offense count: 256
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: braces, no_braces, context_dependent # SupportedStyles: braces, no_braces, context_dependent
Loading
@@ -176,7 +172,7 @@ Style/CommentAnnotation:
Loading
@@ -176,7 +172,7 @@ Style/CommentAnnotation:
Style/ConditionalAssignment: Style/ConditionalAssignment:
Enabled: false Enabled: false
   
# Offense count: 762 # Offense count: 773
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: leading, trailing # SupportedStyles: leading, trailing
Loading
@@ -194,7 +190,7 @@ Style/EachWithObject:
Loading
@@ -194,7 +190,7 @@ Style/EachWithObject:
- 'lib/ci/ansi2html.rb' - 'lib/ci/ansi2html.rb'
- 'lib/gitlab/import_export/members_mapper.rb' - 'lib/gitlab/import_export/members_mapper.rb'
   
# Offense count: 29 # Offense count: 30
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: empty, nil, both # SupportedStyles: empty, nil, both
Loading
@@ -244,7 +240,7 @@ Style/IdenticalConditionalBranches:
Loading
@@ -244,7 +240,7 @@ Style/IdenticalConditionalBranches:
Style/IfInsideElse: Style/IfInsideElse:
Enabled: false Enabled: false
   
# Offense count: 178 # Offense count: 179
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: MaxLineLength. # Configuration parameters: MaxLineLength.
Style/IfUnlessModifier: Style/IfUnlessModifier:
Loading
@@ -297,19 +293,13 @@ Style/MethodCallParentheses:
Loading
@@ -297,19 +293,13 @@ Style/MethodCallParentheses:
- 'spec/helpers/submodule_helper_spec.rb' - 'spec/helpers/submodule_helper_spec.rb'
- 'spec/workers/post_receive_spec.rb' - 'spec/workers/post_receive_spec.rb'
   
# Offense count: 9
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: module_function, extend_self
Style/ModuleFunction:
Enabled: false
# Offense count: 3 # Offense count: 3
Style/MultilineTernaryOperator: Style/MultilineTernaryOperator:
Exclude: Exclude:
- 'lib/banzai/filter/relative_link_filter.rb' - 'lib/banzai/filter/relative_link_filter.rb'
- 'spec/support/api_helpers.rb' - 'spec/support/api_helpers.rb'
   
# Offense count: 62 # Offense count: 61
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/MutableConstant: Style/MutableConstant:
Enabled: false Enabled: false
Loading
@@ -348,7 +338,7 @@ Style/NumericLiteralPrefix:
Loading
@@ -348,7 +338,7 @@ Style/NumericLiteralPrefix:
Style/ParallelAssignment: Style/ParallelAssignment:
Enabled: false Enabled: false
   
# Offense count: 201 # Offense count: 206
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters. # Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters: Style/PercentLiteralDelimiters:
Loading
@@ -379,7 +369,7 @@ Style/PerlBackrefs:
Loading
@@ -379,7 +369,7 @@ Style/PerlBackrefs:
Style/PredicateName: Style/PredicateName:
Enabled: false Enabled: false
   
# Offense count: 28 # Offense count: 27
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/PreferredHashMethods: Style/PreferredHashMethods:
Enabled: false Enabled: false
Loading
@@ -394,7 +384,7 @@ Style/Proc:
Loading
@@ -394,7 +384,7 @@ Style/Proc:
- 'lib/api/api_guard.rb' - 'lib/api/api_guard.rb'
- 'spec/initializers/trusted_proxies_spec.rb' - 'spec/initializers/trusted_proxies_spec.rb'
   
# Offense count: 21 # Offense count: 20
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, exploded # SupportedStyles: compact, exploded
Loading
@@ -420,7 +410,7 @@ Style/RedundantException:
Loading
@@ -420,7 +410,7 @@ Style/RedundantException:
Style/RedundantFreeze: Style/RedundantFreeze:
Enabled: false Enabled: false
   
# Offense count: 312 # Offense count: 321
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/RedundantSelf: Style/RedundantSelf:
Enabled: false Enabled: false
Loading
@@ -466,7 +456,7 @@ Style/SingleLineMethods:
Loading
@@ -466,7 +456,7 @@ Style/SingleLineMethods:
Style/SpaceAroundEqualsInParameterDefault: Style/SpaceAroundEqualsInParameterDefault:
Enabled: false Enabled: false
   
# Offense count: 118 # Offense count: 119
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space # SupportedStyles: space, no_space
Loading
@@ -494,7 +484,7 @@ Style/SpaceBeforeFirstArg:
Loading
@@ -494,7 +484,7 @@ Style/SpaceBeforeFirstArg:
Style/SpaceInsideBlockBraces: Style/SpaceInsideBlockBraces:
Enabled: false Enabled: false
   
# Offense count: 92 # Offense count: 98
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/SpaceInsideBrackets: Style/SpaceInsideBrackets:
Enabled: false Enabled: false
Loading
@@ -558,7 +548,7 @@ Style/TrailingUnderscoreVariable:
Loading
@@ -558,7 +548,7 @@ Style/TrailingUnderscoreVariable:
- 'lib/gitlab/force_push_check.rb' - 'lib/gitlab/force_push_check.rb'
- 'lib/gitlab/logger.rb' - 'lib/gitlab/logger.rb'
   
# Offense count: 89 # Offense count: 88
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/TrailingWhitespace: Style/TrailingWhitespace:
Enabled: false Enabled: false
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment