rubocop-erb 0.4.0 → 0.5.0
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 +4 -4
- data/Gemfile.lock +5 -5
- data/config/default.yml +12 -0
- data/gemfiles/ruby_2.7.gemfile +1 -0
- data/gemfiles/ruby_2.7.gemfile.lock +7 -4
- data/lib/rubocop/erb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f123ff1f6d2922f3c10d1b791154cc18b4e564f79692ef85b6dfcf0821df3395
|
4
|
+
data.tar.gz: 6a5f0f2f5e928daf6c737891af530d9b192a7f0029cf07000581b5001cd65b16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bec001c332bc833a3874038da632e7603b8c666a192680e5324cac316f77bcbcbea342b5f43ecbc1e71ac17383f3b32138326b2511b761c67c33a151ad985e7a
|
7
|
+
data.tar.gz: 882774f91b3b5e198ddacb2fdc27657d5584a383d48671aa98f4bfd259a587431aca77cbefc999beb11fb45102aa4f2587efcd1d84e144c42389bee20dd15dde
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rubocop-erb (0.
|
4
|
+
rubocop-erb (0.5.0)
|
5
5
|
better_html
|
6
6
|
rubocop (~> 1.45)
|
7
7
|
|
@@ -26,7 +26,7 @@ GEM
|
|
26
26
|
tzinfo (~> 2.0)
|
27
27
|
ast (2.4.2)
|
28
28
|
base64 (0.2.0)
|
29
|
-
better_html (2.
|
29
|
+
better_html (2.1.1)
|
30
30
|
actionview (>= 6.0)
|
31
31
|
activesupport (>= 6.0)
|
32
32
|
ast (~> 2.0)
|
@@ -34,13 +34,13 @@ GEM
|
|
34
34
|
parser (>= 2.4)
|
35
35
|
smart_properties
|
36
36
|
bigdecimal (3.1.6)
|
37
|
-
builder (3.
|
37
|
+
builder (3.3.0)
|
38
38
|
concurrent-ruby (1.2.3)
|
39
39
|
connection_pool (2.4.1)
|
40
40
|
crass (1.0.6)
|
41
41
|
diff-lcs (1.5.1)
|
42
42
|
drb (2.2.1)
|
43
|
-
erubi (1.
|
43
|
+
erubi (1.13.0)
|
44
44
|
i18n (1.14.4)
|
45
45
|
concurrent-ruby (~> 1.0)
|
46
46
|
json (2.7.1)
|
@@ -50,7 +50,7 @@ GEM
|
|
50
50
|
nokogiri (>= 1.12.0)
|
51
51
|
minitest (5.22.2)
|
52
52
|
mutex_m (0.2.0)
|
53
|
-
nokogiri (1.16.
|
53
|
+
nokogiri (1.16.6-x86_64-linux)
|
54
54
|
racc (~> 1.4)
|
55
55
|
parallel (1.24.0)
|
56
56
|
parser (3.3.0.5)
|
data/config/default.yml
CHANGED
@@ -23,6 +23,10 @@ Layout/ClosingParenthesisIndentation:
|
|
23
23
|
Exclude:
|
24
24
|
- '**/*.erb'
|
25
25
|
|
26
|
+
Layout/CommentIndentation:
|
27
|
+
Exclude:
|
28
|
+
- '**/*.erb'
|
29
|
+
|
26
30
|
Layout/InitialIndentation:
|
27
31
|
Exclude:
|
28
32
|
- '**/*.erb'
|
@@ -79,6 +83,10 @@ Layout/LeadingEmptyLine:
|
|
79
83
|
Exclude:
|
80
84
|
- '**/*.erb'
|
81
85
|
|
86
|
+
Layout/LeadingEmptyLines:
|
87
|
+
Exclude:
|
88
|
+
- '**/*.erb'
|
89
|
+
|
82
90
|
Layout/LineEndStringConcatenationIndentation:
|
83
91
|
Exclude:
|
84
92
|
- '**/*.erb'
|
@@ -131,6 +139,10 @@ Lint/EmptyFile:
|
|
131
139
|
Exclude:
|
132
140
|
- '**/*.erb'
|
133
141
|
|
142
|
+
Lint/OutOfRangeRegexpRef:
|
143
|
+
Exclude:
|
144
|
+
- '**/*.erb'
|
145
|
+
|
134
146
|
Lint/SyntaxError:
|
135
147
|
Exclude:
|
136
148
|
- '**/*.erb'
|
data/gemfiles/ruby_2.7.gemfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rubocop-erb (0.
|
4
|
+
rubocop-erb (0.5.0)
|
5
5
|
better_html
|
6
6
|
rubocop (~> 1.45)
|
7
7
|
|
@@ -34,14 +34,14 @@ GEM
|
|
34
34
|
parser (>= 2.4)
|
35
35
|
smart_properties
|
36
36
|
bigdecimal (3.1.5)
|
37
|
-
builder (3.
|
37
|
+
builder (3.3.0)
|
38
38
|
concurrent-ruby (1.2.2)
|
39
39
|
connection_pool (2.4.1)
|
40
40
|
crass (1.0.6)
|
41
41
|
diff-lcs (1.5.0)
|
42
42
|
drb (2.2.0)
|
43
43
|
ruby2_keywords
|
44
|
-
erubi (1.
|
44
|
+
erubi (1.13.0)
|
45
45
|
i18n (1.14.1)
|
46
46
|
concurrent-ruby (~> 1.0)
|
47
47
|
json (2.7.1)
|
@@ -49,9 +49,11 @@ GEM
|
|
49
49
|
loofah (2.22.0)
|
50
50
|
crass (~> 1.0.2)
|
51
51
|
nokogiri (>= 1.12.0)
|
52
|
+
mini_portile2 (2.8.7)
|
52
53
|
minitest (5.20.0)
|
53
54
|
mutex_m (0.2.0)
|
54
|
-
nokogiri (1.15.5
|
55
|
+
nokogiri (1.15.5)
|
56
|
+
mini_portile2 (~> 2.8.2)
|
55
57
|
racc (~> 1.4)
|
56
58
|
parallel (1.24.0)
|
57
59
|
parser (3.3.0.2)
|
@@ -119,6 +121,7 @@ PLATFORMS
|
|
119
121
|
x86_64-linux
|
120
122
|
|
121
123
|
DEPENDENCIES
|
124
|
+
better_html (< 2.1)
|
122
125
|
nokogiri (~> 1.15.0)
|
123
126
|
rake
|
124
127
|
rspec
|
data/lib/rubocop/erb/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-erb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryo Nakamura
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: better_html
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0'
|
89
89
|
requirements: []
|
90
|
-
rubygems_version: 3.3.
|
90
|
+
rubygems_version: 3.3.27
|
91
91
|
signing_key:
|
92
92
|
specification_version: 4
|
93
93
|
summary: RuboCop plugin for ERB template.
|