degica-style 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0adc6af6a83250985074077d9791557e7544f71c
4
- data.tar.gz: 1e37c3b0a800f578d38b5de264ce5358a792ed7d
3
+ metadata.gz: c1b3324bfc42c1c11b167b46c64a1827ec08cdf1
4
+ data.tar.gz: c8fcc7cda3f525850c96ea95c290ed8908e0605a
5
5
  SHA512:
6
- metadata.gz: 1b4abeb792e1c82b9d2dcf9f7ab3db61e66864b37a6eba33f6dd7aaf3c80283c59804d25392b50b8f43d11ade8c9348ecd65ebc8cb704165d3669a4518edb214
7
- data.tar.gz: 3ccda5693df04547b3395e2ddf139c50291d1df9d36009bd715f8f5f1d55a2b92280a44453605f09bfc10b45817be02d688734c2d88fdb0ebf3b477a100fcea4
6
+ metadata.gz: 31a8418de937bc0f424c998ba5db43697a5574ab2d2a79a0fc2a6a82d2697a6101e8960d711126132651451b6a59626e39e503337de12419868c56bca20e7bde
7
+ data.tar.gz: bb3f5c2d15a78ea64d5fdf76ca605603d9f3f4475ade62b95b4a061d464cde02e4ba61f195a61f9251009bae828ca0dd1cfd5870a03a3febb6671e925724ee54
@@ -33,6 +33,48 @@ Style/TernaryParentheses:
33
33
  Enabled: true
34
34
  EnforcedStyle: require_parentheses_when_complex
35
35
 
36
+ Layout/EmptyLinesAroundAttributeAccessor:
37
+ Enabled: true
38
+
39
+ Layout/SpaceAroundMethodCallOperator:
40
+ Enabled: true
41
+
42
+ Lint/DeprecatedOpenSSLConstant:
43
+ Enabled: true
44
+
45
+ Lint/MixedRegexpCaptureTypes:
46
+ Enabled: true
47
+
48
+ Lint/RaiseException:
49
+ Enabled: true
50
+
51
+ Lint/StructNewOverride:
52
+ Enabled: true
53
+
54
+ Style/ExponentialNotation:
55
+ Enabled: true
56
+
57
+ Style/HashEachMethods:
58
+ Enabled: true
59
+
60
+ Style/HashTransformKeys:
61
+ Enabled: true
62
+
63
+ Style/HashTransformValues:
64
+ Enabled: true
65
+
66
+ Style/RedundantFetchBlock:
67
+ Enabled: true
68
+
69
+ Style/RedundantRegexpCharacterClass:
70
+ Enabled: true
71
+
72
+ Style/RedundantRegexpEscape:
73
+ Enabled: true
74
+
75
+ Style/SlicingWithRange:
76
+ Enabled: true
77
+
36
78
  ########################
37
79
  # CANNED RULES
38
80
  ########################
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Degica
4
4
  module Style
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: degica-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenta Shirai