85 lines
2.4 KiB
YAML
85 lines
2.4 KiB
YAML
# This is a workaround I found in this GH issue:
|
|
# https://github.com/openstreetmap/openstreetmap-website/issues/2472
|
|
require:
|
|
- rubocop-performance
|
|
- rubocop-rails
|
|
- rubocop-rspec
|
|
|
|
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2020-01-07 09:14:55 +0100 using RuboCop version 0.79.0.
|
|
# 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: 230
|
|
Metrics/AbcSize:
|
|
Max: 75
|
|
|
|
# Offense count: 13
|
|
# Configuration parameters: CountComments, ExcludedMethods.
|
|
# ExcludedMethods: refine
|
|
Metrics/BlockLength:
|
|
Max: 62
|
|
|
|
# Offense count: 8
|
|
# Configuration parameters: Max.
|
|
RSpec/ExampleLength:
|
|
Exclude:
|
|
- 'spec/jobs/comments/calculate_score_job_spec.rb'
|
|
- 'spec/labor/badge_rewarder_spec.rb'
|
|
- 'spec/models/comment_spec.rb'
|
|
- 'spec/models/notification_spec.rb'
|
|
- 'spec/requests/api/v0/articles_spec.rb'
|
|
- 'spec/requests/display_ad_events_spec.rb'
|
|
|
|
# Offense count: 466
|
|
# Configuration parameters: AggregateFailuresByDefault.
|
|
RSpec/MultipleExpectations:
|
|
Max: 8
|
|
|
|
# Offense count: 1
|
|
RSpec/SubjectStub:
|
|
Exclude:
|
|
- 'spec/models/article_spec.rb'
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: Include.
|
|
# Include: app/helpers/**/*.rb
|
|
Rails/HelperInstanceVariable:
|
|
Exclude:
|
|
- 'app/helpers/application_helper.rb'
|
|
|
|
# Offense count: 16
|
|
Rails/OutputSafety:
|
|
Exclude:
|
|
- 'app/helpers/application_helper.rb'
|
|
- 'app/helpers/comments_helper.rb'
|
|
- 'app/labor/markdown_parser.rb'
|
|
- 'app/liquid_tags/github_tag/github_issue_tag.rb'
|
|
- 'app/liquid_tags/liquid_tag_base.rb'
|
|
- 'app/models/comment.rb'
|
|
- 'app/models/display_ad.rb'
|
|
- 'app/models/message.rb'
|
|
- 'app/views/articles/feed.rss.builder'
|
|
|
|
# Offense count: 26
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: AutoCorrect, EnforcedStyle.
|
|
# SupportedStyles: nested, compact
|
|
Style/ClassAndModuleChildren:
|
|
Enabled: false
|
|
|
|
# Offense count: 2
|
|
# Configuration parameters: MinBodyLength.
|
|
Style/GuardClause:
|
|
Exclude:
|
|
- 'app/models/article.rb'
|
|
|
|
# Offense count: 3394
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
# URISchemes: http, https
|
|
Layout/LineLength:
|
|
Max: 380
|