-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy path.rubocop.yml
More file actions
34 lines (33 loc) · 794 Bytes
/
.rubocop.yml
File metadata and controls
34 lines (33 loc) · 794 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
inherit_gem:
google-style: google-style.yml
Lint/EmptyBlock:
Enabled: false
Lint/UselessAssignment:
Exclude:
- "storage_remove_bucket_conditional_iam_binding.rb"
Lint/ShadowingOuterLocalVariable:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 12
Metrics/MethodLength:
Enabled: false
Naming/AccessorMethodName:
Enabled: false
Style/GlobalVars:
Exclude:
- "acceptance/helper.rb"
Style/KeywordParametersOrder:
Exclude:
- "storage_upload_encrypted_file.rb"
- "storage_upload_with_kms_key.rb"
Style/NegatedIfElseCondition:
Exclude:
- "storage_remove_retention_policy.rb"
Style/Next:
Enabled: false
Style/SymbolProc:
Enabled: false