tbpgr_utils 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/rubocop-todo.yml ADDED
@@ -0,0 +1,54 @@
1
+ # This configuration was generated by `rubocop --auto-gen-config`.
2
+ # The point is for the user to remove these configuration records
3
+ # one by one as the offences are removed from the code base.
4
+
5
+ AccessModifierIndentation:
6
+ Enabled: false
7
+
8
+ ClassLength:
9
+ Enabled: false
10
+
11
+ Documentation:
12
+ Enabled: false
13
+
14
+ EmptyLineBetweenDefs:
15
+ Enabled: false
16
+
17
+ EmptyLines:
18
+ Enabled: false
19
+
20
+ EmptyLinesAroundAccessModifier:
21
+ Enabled: false
22
+
23
+ Encoding:
24
+ Enabled: false
25
+
26
+ Eval:
27
+ Enabled: false
28
+
29
+ Lambda:
30
+ Enabled: false
31
+
32
+ MethodLength:
33
+ Enabled: false
34
+
35
+ NestedTernaryOperator:
36
+ Enabled: false
37
+
38
+ ParenthesesAroundCondition:
39
+ Enabled: false
40
+
41
+ RaiseArgs:
42
+ Enabled: false
43
+
44
+ Semicolon:
45
+ Enabled: false
46
+
47
+ ShadowingOuterLocalVariable:
48
+ Enabled: false
49
+
50
+ UselessAssignment:
51
+ Enabled: false
52
+
53
+ WordArray:
54
+ Enabled: false