rails-lint 1.0.0 → 1.0.2
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/.erb-lint.yml +11 -0
- data/.rubocop.yml +3 -4
- data/Gemfile.lock +39 -2
- metadata +16 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 562295a3ee51cafdd635a6d0e84e8a27d79add233e94a918a462a899309a768b
|
4
|
+
data.tar.gz: 69aad9705f5dc99c9c4a6d4d9f592e190022ee8a7f8e1df26f9a6470f21b812c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47cad4e4a0a330474c0c916928d06a6e04ebce2a0178b1ab71a40f0bccd975ef4b277518df638687e594e40dbcb0a3df9de3413cacd6b94928f053491b1a2f63
|
7
|
+
data.tar.gz: 7bf165cb4be723d6938ed93359a968b5d07aabf5ad372f36fb69d71fe76b1e26cd9a989432e517833a43f9f872d08c381ee465826caae5940bd8d64e334b6870
|
data/.erb-lint.yml
ADDED
data/.rubocop.yml
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
- rubocop-rails
|
1
|
+
inherit_gem:
|
2
|
+
rubocop-ruby:
|
3
|
+
- .rubocop.yml
|
data/Gemfile.lock
CHANGED
@@ -1,30 +1,66 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails-lint (1.0.
|
4
|
+
rails-lint (1.0.2)
|
5
|
+
erb_lint
|
5
6
|
rubocop-rails
|
6
7
|
rubocop-ruby
|
7
8
|
|
8
9
|
GEM
|
9
10
|
remote: https://rubygems.org/
|
10
11
|
specs:
|
12
|
+
actionview (7.0.6)
|
13
|
+
activesupport (= 7.0.6)
|
14
|
+
builder (~> 3.1)
|
15
|
+
erubi (~> 1.4)
|
16
|
+
rails-dom-testing (~> 2.0)
|
17
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
11
18
|
activesupport (7.0.6)
|
12
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
20
|
i18n (>= 1.6, < 2)
|
14
21
|
minitest (>= 5.1)
|
15
22
|
tzinfo (~> 2.0)
|
16
23
|
ast (2.4.2)
|
24
|
+
better_html (2.0.2)
|
25
|
+
actionview (>= 6.0)
|
26
|
+
activesupport (>= 6.0)
|
27
|
+
ast (~> 2.0)
|
28
|
+
erubi (~> 1.4)
|
29
|
+
parser (>= 2.4)
|
30
|
+
smart_properties
|
31
|
+
builder (3.2.4)
|
17
32
|
concurrent-ruby (1.2.2)
|
33
|
+
crass (1.0.6)
|
34
|
+
erb_lint (0.4.0)
|
35
|
+
activesupport
|
36
|
+
better_html (>= 2.0.1)
|
37
|
+
parser (>= 2.7.1.4)
|
38
|
+
rainbow
|
39
|
+
rubocop
|
40
|
+
smart_properties
|
41
|
+
erubi (1.12.0)
|
18
42
|
i18n (1.14.1)
|
19
43
|
concurrent-ruby (~> 1.0)
|
20
44
|
json (2.6.3)
|
45
|
+
loofah (2.21.3)
|
46
|
+
crass (~> 1.0.2)
|
47
|
+
nokogiri (>= 1.12.0)
|
21
48
|
minitest (5.19.0)
|
49
|
+
nokogiri (1.15.3-x86_64-linux)
|
50
|
+
racc (~> 1.4)
|
22
51
|
parallel (1.23.0)
|
23
52
|
parser (3.2.2.3)
|
24
53
|
ast (~> 2.4.1)
|
25
54
|
racc
|
26
55
|
racc (1.7.1)
|
27
56
|
rack (3.0.8)
|
57
|
+
rails-dom-testing (2.1.1)
|
58
|
+
activesupport (>= 5.0.0)
|
59
|
+
minitest
|
60
|
+
nokogiri (>= 1.6)
|
61
|
+
rails-html-sanitizer (1.6.0)
|
62
|
+
loofah (~> 2.21)
|
63
|
+
nokogiri (~> 1.14)
|
28
64
|
rainbow (3.1.1)
|
29
65
|
rake (13.0.6)
|
30
66
|
regexp_parser (2.8.1)
|
@@ -56,11 +92,12 @@ GEM
|
|
56
92
|
rubocop (~> 1.33)
|
57
93
|
rubocop-capybara (~> 2.17)
|
58
94
|
rubocop-factory_bot (~> 2.22)
|
59
|
-
rubocop-ruby (1.0.
|
95
|
+
rubocop-ruby (1.0.1)
|
60
96
|
rubocop (~> 1.44.1)
|
61
97
|
rubocop-performance
|
62
98
|
rubocop-rspec
|
63
99
|
ruby-progressbar (1.13.0)
|
100
|
+
smart_properties (1.17.0)
|
64
101
|
tzinfo (2.0.6)
|
65
102
|
concurrent-ruby (~> 1.0)
|
66
103
|
unicode-display_width (2.4.2)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-lint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- k0va1
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: erb_lint
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
description: k0va1's rubocop template for Rails projects
|
42
56
|
email:
|
43
57
|
- al3xander.koval@gmail.com
|
@@ -45,6 +59,7 @@ executables: []
|
|
45
59
|
extensions: []
|
46
60
|
extra_rdoc_files: []
|
47
61
|
files:
|
62
|
+
- ".erb-lint.yml"
|
48
63
|
- ".rubocop.yml"
|
49
64
|
- Gemfile
|
50
65
|
- Gemfile.lock
|