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

Disable all cops with offenses.

parent 9468b079
No related branches found
No related tags found
No related merge requests found
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 8` # `rubocop --auto-gen-config --exclude-limit 0`
# on 2016-07-13 12:03:44 -0600 using RuboCop version 0.41.2. # on 2016-07-13 12:36:08 -0600 using RuboCop version 0.41.2.
# 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
Loading
@@ -25,9 +25,7 @@ Lint/IneffectiveAccessModifier:
Loading
@@ -25,9 +25,7 @@ Lint/IneffectiveAccessModifier:
   
# Offense count: 2 # Offense count: 2
Lint/Loop: Lint/Loop:
Exclude: Enabled: false
- 'app/mailers/notify.rb'
- 'lib/gitlab/bitbucket_import/client.rb'
   
# Offense count: 15 # Offense count: 15
Lint/ShadowingOuterLocalVariable: Lint/ShadowingOuterLocalVariable:
Loading
@@ -36,10 +34,7 @@ Lint/ShadowingOuterLocalVariable:
Loading
@@ -36,10 +34,7 @@ Lint/ShadowingOuterLocalVariable:
# Offense count: 3 # Offense count: 3
# Cop supports --auto-correct. # Cop supports --auto-correct.
Lint/StringConversionInInterpolation: Lint/StringConversionInInterpolation:
Exclude: Enabled: false
- 'app/models/commit_range.rb'
- 'app/services/system_hooks_service.rb'
- 'app/services/system_note_service.rb'
   
# Offense count: 44 # Offense count: 44
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -60,30 +55,17 @@ Lint/UselessAccessModifier:
Loading
@@ -60,30 +55,17 @@ Lint/UselessAccessModifier:
# Offense count: 12 # Offense count: 12
# Cop supports --auto-correct. # Cop supports --auto-correct.
Performance/PushSplat: Performance/PushSplat:
Exclude: Enabled: false
- 'app/controllers/projects/refs_controller.rb'
- 'app/helpers/page_layout_helper.rb'
- 'app/models/ability.rb'
- 'app/models/network/graph.rb'
- 'app/models/project_team.rb'
- 'app/models/user.rb'
- 'config/application.rb'
   
# Offense count: 2 # Offense count: 2
# Cop supports --auto-correct. # Cop supports --auto-correct.
Performance/RedundantBlockCall: Performance/RedundantBlockCall:
Exclude: Enabled: false
- 'app/controllers/application_controller.rb'
- 'lib/gitlab/backend/shell.rb'
   
# Offense count: 4 # Offense count: 4
# Cop supports --auto-correct. # Cop supports --auto-correct.
Performance/RedundantMatch: Performance/RedundantMatch:
Exclude: Enabled: false
- 'app/models/external_issue.rb'
- 'lib/extracts_path.rb'
- 'lib/gitlab/diff/highlight.rb'
- 'lib/gitlab/diff/parser.rb'
   
# Offense count: 24 # Offense count: 24
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -138,12 +120,7 @@ Style/BracesAroundHashParameters:
Loading
@@ -138,12 +120,7 @@ Style/BracesAroundHashParameters:
   
# Offense count: 5 # Offense count: 5
Style/CaseEquality: Style/CaseEquality:
Exclude: Enabled: false
- 'app/helpers/auth_helper.rb'
- 'app/models/commit.rb'
- 'app/models/protected_branch.rb'
- 'app/services/projects/download_service.rb'
- 'config/initializers/trusted_proxies.rb'
   
# Offense count: 19 # Offense count: 19
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -155,10 +132,7 @@ Style/ColonMethodCall:
Loading
@@ -155,10 +132,7 @@ Style/ColonMethodCall:
# Configuration parameters: Keywords. # Configuration parameters: Keywords.
# Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW # Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW
Style/CommentAnnotation: Style/CommentAnnotation:
Exclude: Enabled: false
- 'app/models/project.rb'
- 'lib/api/entities.rb'
- 'spec/requests/api/project_snippets_spec.rb'
   
# Offense count: 34 # Offense count: 34
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -167,7 +141,7 @@ Style/CommentAnnotation:
Loading
@@ -167,7 +141,7 @@ Style/CommentAnnotation:
Style/ConditionalAssignment: Style/ConditionalAssignment:
Enabled: false Enabled: false
   
# Offense count: 788 # Offense count: 789
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: leading, trailing # SupportedStyles: leading, trailing
Loading
@@ -180,10 +154,7 @@ Style/DoubleNegation:
Loading
@@ -180,10 +154,7 @@ Style/DoubleNegation:
   
# Offense count: 3 # Offense count: 3
Style/EachWithObject: Style/EachWithObject:
Exclude: Enabled: false
- 'app/models/commit_status.rb'
- 'lib/ci/ansi2html.rb'
- 'lib/gitlab/import_export/members_mapper.rb'
   
# Offense count: 30 # Offense count: 30
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -195,10 +166,7 @@ Style/EmptyElse:
Loading
@@ -195,10 +166,7 @@ Style/EmptyElse:
# Offense count: 3 # Offense count: 3
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/EmptyLiteral: Style/EmptyLiteral:
Exclude: Enabled: false
- 'features/steps/project/commits/commits.rb'
- 'lib/gitlab/fogbugz_import/importer.rb'
- 'spec/lib/gitlab/workhorse_spec.rb'
   
# Offense count: 123 # Offense count: 123
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -210,13 +178,7 @@ Style/ExtraSpacing:
Loading
@@ -210,13 +178,7 @@ Style/ExtraSpacing:
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: format, sprintf, percent # SupportedStyles: format, sprintf, percent
Style/FormatString: Style/FormatString:
Exclude: Enabled: false
- 'app/models/ci/pipeline.rb'
- 'app/services/gravatar_service.rb'
- 'config/initializers/rack_lineprof.rb'
- 'lib/ci/version_info.rb'
- 'lib/gitlab/version_info.rb'
- 'spec/requests/api/issues_spec.rb'
   
# Offense count: 48 # Offense count: 48
# Configuration parameters: MinBodyLength. # Configuration parameters: MinBodyLength.
Loading
@@ -233,7 +195,7 @@ Style/IfInsideElse:
Loading
@@ -233,7 +195,7 @@ Style/IfInsideElse:
Style/IfUnlessModifier: Style/IfUnlessModifier:
Enabled: false Enabled: false
   
# Offense count: 50 # Offense count: 52
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets # SupportedStyles: special_inside_parentheses, consistent, align_brackets
Loading
@@ -252,40 +214,21 @@ Style/IndentHash:
Loading
@@ -252,40 +214,21 @@ Style/IndentHash:
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: line_count_dependent, lambda, literal # SupportedStyles: line_count_dependent, lambda, literal
Style/Lambda: Style/Lambda:
Exclude: Enabled: false
- 'app/models/ci/runner.rb'
- 'app/models/event.rb'
- 'app/models/note.rb'
- 'app/models/notification_setting.rb'
- 'config/routes.rb'
- 'lib/api/entities.rb'
- 'spec/models/concerns/participable_spec.rb'
   
# Offense count: 6 # Offense count: 6
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/LineEndConcatenation: Style/LineEndConcatenation:
Exclude: Enabled: false
- 'app/helpers/preferences_helper.rb'
- 'app/helpers/tree_helper.rb'
- 'app/models/merge_request.rb'
- 'app/models/user.rb'
- 'spec/lib/gitlab/gfm/reference_rewriter_spec.rb'
   
# Offense count: 13 # Offense count: 13
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/MethodCallParentheses: Style/MethodCallParentheses:
Exclude: Enabled: false
- 'lib/api/helpers.rb'
- 'lib/ci/ansi2html.rb'
- 'spec/features/dashboard/datetime_on_tooltips_spec.rb'
- 'spec/helpers/submodule_helper_spec.rb'
- 'spec/workers/post_receive_spec.rb'
   
# Offense count: 3 # Offense count: 3
Style/MultilineTernaryOperator: Style/MultilineTernaryOperator:
Exclude: Enabled: false
- 'lib/banzai/filter/relative_link_filter.rb'
- 'spec/support/api_helpers.rb'
   
# Offense count: 62 # Offense count: 62
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -295,12 +238,7 @@ Style/MutableConstant:
Loading
@@ -295,12 +238,7 @@ Style/MutableConstant:
# Offense count: 10 # Offense count: 10
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/NestedParenthesizedCalls: Style/NestedParenthesizedCalls:
Exclude: Enabled: false
- 'app/helpers/commits_helper.rb'
- 'app/workers/irker_worker.rb'
- 'spec/lib/gitlab/ci/build/artifacts/metadata/entry_spec.rb'
- 'spec/lib/gitlab/email/message/repository_push_spec.rb'
- 'spec/services/ci/create_builds_service_spec.rb'
   
# Offense count: 12 # Offense count: 12
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -314,13 +252,7 @@ Style/Next:
Loading
@@ -314,13 +252,7 @@ Style/Next:
# Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles. # Configuration parameters: EnforcedOctalStyle, SupportedOctalStyles.
# SupportedOctalStyles: zero_with_o, zero_only # SupportedOctalStyles: zero_with_o, zero_only
Style/NumericLiteralPrefix: Style/NumericLiteralPrefix:
Exclude: Enabled: false
- 'config/initializers/1_settings.rb'
- 'config/initializers/secret_token.rb'
- 'lib/gitlab/backend/shell.rb'
- 'spec/lib/gitlab/git/hook_spec.rb'
- 'spec/support/test_env.rb'
- 'spec/tasks/gitlab/backup_rake_spec.rb'
   
# Offense count: 29 # Offense count: 29
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -338,12 +270,7 @@ Style/PercentLiteralDelimiters:
Loading
@@ -338,12 +270,7 @@ Style/PercentLiteralDelimiters:
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: lower_case_q, upper_case_q # SupportedStyles: lower_case_q, upper_case_q
Style/PercentQLiterals: Style/PercentQLiterals:
Exclude: Enabled: false
- 'spec/helpers/gitlab_markdown_helper_spec.rb'
- 'spec/lib/gitlab/diff/highlight_spec.rb'
- 'spec/models/project_services/bamboo_service_spec.rb'
- 'spec/models/project_services/teamcity_service_spec.rb'
- 'spec/workers/repository_import_worker_spec.rb'
   
# Offense count: 13 # Offense count: 13
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -366,12 +293,7 @@ Style/PreferredHashMethods:
Loading
@@ -366,12 +293,7 @@ Style/PreferredHashMethods:
# Offense count: 6 # Offense count: 6
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/Proc: Style/Proc:
Exclude: Enabled: false
- 'app/mailers/base_mailer.rb'
- 'app/models/label.rb'
- 'app/models/service.rb'
- 'lib/api/api_guard.rb'
- 'spec/initializers/trusted_proxies_spec.rb'
   
# Offense count: 20 # Offense count: 20
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -383,16 +305,12 @@ Style/RaiseArgs:
Loading
@@ -383,16 +305,12 @@ Style/RaiseArgs:
# Offense count: 3 # Offense count: 3
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/RedundantBegin: Style/RedundantBegin:
Exclude: Enabled: false
- 'app/models/ci/build.rb'
- 'app/models/merge_request.rb'
- 'app/services/projects/import_service.rb'
   
# Offense count: 1 # Offense count: 1
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/RedundantException: Style/RedundantException:
Exclude: Enabled: false
- 'app/helpers/preferences_helper.rb'
   
# Offense count: 23 # Offense count: 23
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -419,24 +337,19 @@ Style/RescueModifier:
Loading
@@ -419,24 +337,19 @@ Style/RescueModifier:
# Offense count: 2 # Offense count: 2
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/SelfAssignment: Style/SelfAssignment:
Exclude: Enabled: false
- 'app/services/notification_service.rb'
- 'lib/api/runners.rb'
   
# Offense count: 2 # Offense count: 2
# Configuration parameters: Methods. # Configuration parameters: Methods.
# Methods: {"reduce"=>["a", "e"]}, {"inject"=>["a", "e"]} # Methods: {"reduce"=>["a", "e"]}, {"inject"=>["a", "e"]}
Style/SingleLineBlockParams: Style/SingleLineBlockParams:
Exclude: Enabled: false
- 'app/models/commit.rb'
- 'spec/support/services_shared_context.rb'
   
# Offense count: 50 # Offense count: 50
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: AllowIfMethodIsEmpty. # Configuration parameters: AllowIfMethodIsEmpty.
Style/SingleLineMethods: Style/SingleLineMethods:
Exclude: Enabled: false
- 'lib/ci/ansi2html.rb'
   
# Offense count: 14 # Offense count: 14
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -456,15 +369,7 @@ Style/SpaceBeforeBlockBraces:
Loading
@@ -456,15 +369,7 @@ Style/SpaceBeforeBlockBraces:
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment. # Configuration parameters: AllowForAlignment.
Style/SpaceBeforeFirstArg: Style/SpaceBeforeFirstArg:
Exclude: Enabled: false
- 'config/initializers/doorkeeper.rb'
- 'config/routes.rb'
- 'features/steps/project/source/browse_files.rb'
- 'features/steps/project/source/markdown_render.rb'
- 'spec/routing/project_routing_spec.rb'
- 'spec/services/delete_user_service_spec.rb'
- 'spec/services/projects/fork_service_spec.rb'
- 'spec/services/system_note_service_spec.rb'
   
# Offense count: 130 # Offense count: 130
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -486,9 +391,7 @@ Style/SpaceInsideParens:
Loading
@@ -486,9 +391,7 @@ Style/SpaceInsideParens:
# Offense count: 5 # Offense count: 5
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/SpaceInsidePercentLiteralDelimiters: Style/SpaceInsidePercentLiteralDelimiters:
Exclude: Enabled: false
- 'lib/event_filter.rb'
- 'lib/gitlab/git_access.rb'
   
# Offense count: 36 # Offense count: 36
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -518,7 +421,7 @@ Style/SymbolProc:
Loading
@@ -518,7 +421,7 @@ Style/SymbolProc:
Style/TrailingCommaInArguments: Style/TrailingCommaInArguments:
Enabled: false Enabled: false
   
# Offense count: 114 # Offense count: 113
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles. # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
# SupportedStyles: comma, consistent_comma, no_comma # SupportedStyles: comma, consistent_comma, no_comma
Loading
@@ -529,13 +432,7 @@ Style/TrailingCommaInLiteral:
Loading
@@ -529,13 +432,7 @@ Style/TrailingCommaInLiteral:
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: AllowNamedUnderscoreVariables. # Configuration parameters: AllowNamedUnderscoreVariables.
Style/TrailingUnderscoreVariable: Style/TrailingUnderscoreVariable:
Exclude: Enabled: false
- 'app/controllers/admin/background_jobs_controller.rb'
- 'app/controllers/invites_controller.rb'
- 'app/controllers/projects/git_http_controller.rb'
- 'app/helpers/tab_helper.rb'
- 'lib/gitlab/checks/force_push.rb'
- 'lib/gitlab/logger.rb'
   
# Offense count: 90 # Offense count: 90
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -547,17 +444,12 @@ Style/TrailingWhitespace:
Loading
@@ -547,17 +444,12 @@ Style/TrailingWhitespace:
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist. # 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 # 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: Style/TrivialAccessors:
Exclude: Enabled: false
- 'app/models/external_issue.rb'
- 'lib/gitlab/ldap/person.rb'
   
# Offense count: 3 # Offense count: 3
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/UnlessElse: Style/UnlessElse:
Exclude: Enabled: false
- 'lib/api/projects.rb'
- 'lib/gitlab/backend/grack_auth.rb'
- 'lib/gitlab/project_search_results.rb'
   
# Offense count: 13 # Offense count: 13
# Cop supports --auto-correct. # Cop supports --auto-correct.
Loading
@@ -567,11 +459,4 @@ Style/UnneededInterpolation:
Loading
@@ -567,11 +459,4 @@ Style/UnneededInterpolation:
# Offense count: 8 # Offense count: 8
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/ZeroLengthPredicate: Style/ZeroLengthPredicate:
Exclude: Enabled: false
- 'app/models/deploy_key.rb'
- 'app/models/network/commit.rb'
- 'app/models/network/graph.rb'
- 'app/models/project_services/asana_service.rb'
- 'app/models/repository.rb'
- 'lib/extracts_path.rb'
- 'lib/gitlab/checks/force_push.rb'
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