pulis 0.1.18 → 0.1.32

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c780dd9213e0ef6f4946a24db7f6996842a89e9313c2cdc9ed0560ab083079c6
4
- data.tar.gz: 4be6168846bae2d49657eab3524d6799452af2ee000218666de2758c0f585d39
3
+ metadata.gz: 423df811103792b7a339f0e71de4b8130bc0061fd2b8ffa65e44d123129a48b3
4
+ data.tar.gz: 509521b0f1b2cc6fe8c371bfa8e4b3b21a454d3867f94e9ed0a23d10da38e9d3
5
5
  SHA512:
6
- metadata.gz: b5f10b64df4ef874cf0aeb5809906922b29196283f0109c103835d5c0c798cabb66da713e34bfbdbf1f3d31a2ef9552ad0c365c33572cce8fbba69fe3497f743
7
- data.tar.gz: 3188f31df9d6eb4c666eeea31e618ac90ab57351bac2722ed89a41317d7ef096d65df34196ef87ab5b39e1831a7a8a68260043ce465f4a3a6a2e26b62175ebfc
6
+ metadata.gz: f160d5e2d86930795a1c3f52a68b9b87e1ed08b5688ba5f02a384a35512699355ec1bd5e7c0d454be4c146fab9989cd50d24ab5150cc9c44ba70ae008b9b38d3
7
+ data.tar.gz: 8a147e5ef4fee6f334525f545ed5430acb104a98083cbab6a2c6eddcb0e7b0db68287570a66f38ecbe5cb9cdc09b4bbf4a443837b315f184f2b433fb58429219
@@ -16,20 +16,21 @@ AllCops:
16
16
  TargetRubyVersion: 2.5
17
17
  # NOTE 4 系を利用している場合は書き換える
18
18
  TargetRailsVersion: 5.0
19
+ NewCops: enable
19
20
 
20
- AndOr:
21
+ Style/AndOr:
21
22
  Enabled: false
22
23
 
23
- CommentAnnotation:
24
+ Style/CommentAnnotation:
24
25
  Enabled: false
25
26
 
26
- Layout/AlignParameters:
27
+ Layout/ParameterAlignment:
27
28
  EnforcedStyle: with_fixed_indentation
28
29
 
29
30
  Layout/CaseIndentation:
30
31
  EnforcedStyle: end
31
32
 
32
- Layout/IndentFirstHashElement:
33
+ Layout/FirstHashElementIndentation:
33
34
  Enabled: false
34
35
 
35
36
  Layout/IndentationWidth:
@@ -74,7 +75,7 @@ Lint/UnusedMethodArgument:
74
75
  Lint/UselessAssignment:
75
76
  Enabled: true
76
77
 
77
- Lint/UselessComparison:
78
+ Lint/BinaryOperatorWithIdenticalOperands:
78
79
  Enabled: true
79
80
 
80
81
  Lint/Void:
@@ -97,7 +98,7 @@ Metrics/ClassLength:
97
98
  Metrics/CyclomaticComplexity:
98
99
  Max: 50
99
100
 
100
- Metrics/LineLength:
101
+ Layout/LineLength:
101
102
  Enabled: false
102
103
 
103
104
  Metrics/MethodLength:
@@ -114,7 +115,7 @@ Naming/PredicateName:
114
115
  Naming/VariableNumber:
115
116
  EnforcedStyle: snake_case
116
117
 
117
- NumericLiterals:
118
+ Style/NumericLiterals:
118
119
  MinDigits: 12
119
120
 
120
121
  Performance/RedundantMatch:
@@ -135,7 +136,7 @@ Rails/HttpPositionalArguments:
135
136
  Rails/Validation:
136
137
  Enabled: true
137
138
 
138
- RedundantSelf:
139
+ Style/RedundantSelf:
139
140
  Enabled: false
140
141
 
141
142
  Style/AsciiComments:
@@ -144,9 +145,6 @@ Style/AsciiComments:
144
145
  Style/BlockDelimiters:
145
146
  Enabled: false
146
147
 
147
- Style/BracesAroundHashParameters:
148
- EnforcedStyle: no_braces
149
-
150
148
  Style/CaseEquality:
151
149
  Enabled: false
152
150
 
@@ -201,7 +199,7 @@ Style/TrailingUnderscoreVariable:
201
199
  Style/WhenThen:
202
200
  Enabled: false
203
201
 
204
- SingleLineMethods:
202
+ Style/SingleLineMethods:
205
203
  Enabled: false
206
204
 
207
205
  Style/MethodCallWithoutArgsParentheses:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pulis
4
- VERSION = '0.1.18'
4
+ VERSION = '0.1.32'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - sansan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-09 00:00:00.000000000 Z
11
+ date: 2020-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop