This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.rubocop_todo.yml
57 lines (50 loc) · 1.55 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
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 10000`
# on 2021-10-17 10:01:54 UTC using RuboCop version 1.22.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
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'logux-rack.gemspec'
# Offense count: 7
# Configuration parameters: AllowedMethods.
# AllowedMethods: enums
Lint/ConstantDefinitionInBlock:
Exclude:
- 'logux-rack.gemspec'
- 'spec/logux/action_caller_spec.rb'
- 'spec/logux/resender_spec.rb'
# Offense count: 4
Lint/MissingSuper:
Exclude:
- 'lib/logux/meta.rb'
- 'lib/logux/rake_tasks.rb'
- 'lib/logux/test/matchers/response_body.rb'
- 'lib/logux/test/matchers/response_chunks.rb'
# Offense count: 3
# Cop supports --auto-correct.
Lint/NonDeterministicRequireOrder:
Exclude:
- 'lib/logux/rake_tasks.rb'
- 'spec/spec_helper.rb'
# Offense count: 8
RSpec/LeakyConstantDeclaration:
Exclude:
- 'spec/logux/action_caller_spec.rb'
- 'spec/logux/resender_spec.rb'
# Offense count: 1
# Cop supports --auto-correct.
Style/SlicingWithRange:
Exclude:
- 'lib/logux/meta.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Mode.
Style/StringConcatenation:
Exclude:
- 'lib/logux/meta.rb'