-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
34 lines (27 loc) · 806 Bytes
/
.rubocop_todo.yml
File metadata and controls
34 lines (27 loc) · 806 Bytes
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
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-10-23 16:02:49 +0300 using RuboCop version 0.74.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.
Layout/EndOfLine:
Enabled: false
Metrics/BlockLength:
Max: 90
Metrics/ClassLength:
Max: 100
Exclude:
- 'lib/random_org/basic.rb'
Metrics/MethodLength:
Max: 10
Exclude:
- 'lib/random_org/basic.rb'
Style/IfUnlessModifier:
Enabled: true
# Exclude:
# - 'lib/random_org/basic.rb'
Style/OptionalBooleanParameter:
Exclude:
- lib/random_org/api_client.rb
- lib/random_org/basic.rb