-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_todo.yml
75 lines (66 loc) · 2.6 KB
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-12-06 12:11:09 +0000 using RuboCop version 0.51.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: 1
Lint/AmbiguousRegexpLiteral:
Exclude:
- 'tests/browser/features/step_definitions/common_steps.rb'
# Offense count: 1
Lint/InterpolationCheck:
Exclude:
- 'tests/browser/features/step_definitions/special_watchlist_steps.rb'
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 130
# Offense count: 32
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 156
# Offense count: 3
# Cop supports --auto-correct.
Performance/StringReplacement:
Exclude:
- 'tests/browser/features/step_definitions/common_steps.rb'
- 'tests/browser/features/step_definitions/create_page_api_steps.rb'
# Offense count: 14
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'tests/browser/features/support/pages/article_page.rb'
- 'tests/browser/features/support/pages/create_article_page.rb'
- 'tests/browser/features/support/pages/diff_page.rb'
- 'tests/browser/features/support/pages/language_page.rb'
- 'tests/browser/features/support/pages/main_page.rb'
- 'tests/browser/features/support/pages/notification_page.rb'
- 'tests/browser/features/support/pages/page.rb'
- 'tests/browser/features/support/pages/special_history_page.rb'
- 'tests/browser/features/support/pages/special_mobilediff_page.rb'
- 'tests/browser/features/support/pages/special_search_page.rb'
- 'tests/browser/features/support/pages/special_userlogin_page.rb'
- 'tests/browser/features/support/pages/user_page.rb'
- 'tests/browser/features/support/pages/watchlist_page.rb'
# Offense count: 1
Style/MixinUsage:
Exclude:
- 'tests/browser/features/support/pages/special_history_page.rb'
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
Exclude:
- 'tests/browser/features/support/pages/user_page.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc:
Exclude:
- 'tests/browser/features/support/hooks.rb'