rails-lint 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.erb-lint.yml +11 -0
  3. data/Gemfile.lock +38 -1
  4. metadata +16 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 728b2f63d8886afc0609f96ffcef6081ecf6d39f598eea2e138bd5594a9b840b
4
- data.tar.gz: 004d689e6150995cfe59f73e413c7b02fa894ba826f4fe4196c0e008166cbcb1
3
+ metadata.gz: ffad4b54e2b2e57aedd4ad0c93dc9d80222d2566ec6d3e3b118ead52c0e85412
4
+ data.tar.gz: ef08bbca3808fa607045572a3870191f71ba276286d28881b7e81356c9374fc4
5
5
  SHA512:
6
- metadata.gz: c9fcae047cc550689fa424532e0187fb12ac63472a7666e00390372bec8e37e3dcad80c5a1794522ea4803e4b38840e640995987f6f92a72a10491d54c0432f2
7
- data.tar.gz: 1c3aba8934d929269664aceb42a952e9e205e397565bd054582df4ca4334752672bbe1fc9641eff19f0b31d254c3998b1ce4547042ea1667af272934dd0a4fe8
6
+ metadata.gz: 021c6263aae5dd2897a759b003d6424a25ee84586f5ebc59ccb3d1a03a780531ce2001df16c8e5c18d670f93a09e234f313c8afb62dc34d50e9e54e4d4699fd6
7
+ data.tar.gz: 6ea6fb28d1c14dd0d9d3ba95ce369ad7230511735063b95e57e55c5ffb8a217b5e6c9bec536c0bb3bc2d37d9a794203c2fdd64f520e6e74a81e48c37d1171714
data/.erb-lint.yml ADDED
@@ -0,0 +1,11 @@
1
+ ---
2
+ EnableDefaultLinters: true
3
+ linters:
4
+ ErbSafety:
5
+ enabled: true
6
+ better_html_config: .better-html.yml
7
+ Rubocop:
8
+ enabled: true
9
+ rubocop_config:
10
+ inherit_from:
11
+ - .rubocop.yml
data/Gemfile.lock CHANGED
@@ -1,30 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-lint (1.0.0)
4
+ rails-lint (1.0.1)
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)
@@ -61,6 +97,7 @@ GEM
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.0
4
+ version: 1.0.1
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