standard-rails 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/Gemfile.lock +34 -20
- data/config/base.yml +9 -0
- data/lib/standard/rails/load_rubocop_rails_without_the_monkey_patch.rb +1 -1
- data/lib/standard/rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 652768c12a7064d7e370409ff8a9efd695a8b890fadd85191a88374d3fc93819
|
4
|
+
data.tar.gz: 217a54e55bfad2efaa9732b1d04025ce64d3da1c932239b209bc6ae391b6a06b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f04acf06d0e03e96bbdbd4c5ef84e71ff5d03f663e7e97abf9752b1e9ea7a8502b5599487f210216a5f3c93e9f417509ebc805c419d9ba47e5c741fc9e465018
|
7
|
+
data.tar.gz: 104b2c885ec6f826175f08d11da339ef23d22230ad8a33cbe88d75cc448b7a6479e2754486469d528f3219ec98d6a9c26000734a0b067405069a28e66fb484e4
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,67 +1,81 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
standard-rails (0.
|
4
|
+
standard-rails (0.2.0)
|
5
5
|
lint_roller (~> 1.0)
|
6
|
-
rubocop-rails (~> 2.
|
6
|
+
rubocop-rails (~> 2.20.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.0.
|
11
|
+
activesupport (7.0.7.2)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
15
15
|
tzinfo (~> 2.0)
|
16
16
|
ast (2.4.2)
|
17
|
+
base64 (0.1.1)
|
17
18
|
concurrent-ruby (1.2.2)
|
18
|
-
i18n (1.
|
19
|
+
i18n (1.14.1)
|
19
20
|
concurrent-ruby (~> 1.0)
|
20
21
|
json (2.6.3)
|
21
22
|
language_server-protocol (3.17.0.3)
|
22
|
-
lint_roller (1.
|
23
|
+
lint_roller (1.1.0)
|
23
24
|
m (1.6.1)
|
24
25
|
method_source (>= 0.6.7)
|
25
26
|
rake (>= 0.9.2.2)
|
26
27
|
method_source (1.0.0)
|
27
|
-
minitest (5.
|
28
|
-
parallel (1.
|
29
|
-
parser (3.2.2.
|
28
|
+
minitest (5.20.0)
|
29
|
+
parallel (1.23.0)
|
30
|
+
parser (3.2.2.3)
|
30
31
|
ast (~> 2.4.1)
|
31
|
-
|
32
|
+
racc
|
33
|
+
racc (1.7.1)
|
34
|
+
rack (3.0.8)
|
32
35
|
rainbow (3.1.1)
|
33
36
|
rake (13.0.6)
|
34
|
-
regexp_parser (2.
|
35
|
-
rexml (3.2.
|
36
|
-
rubocop (1.
|
37
|
+
regexp_parser (2.8.1)
|
38
|
+
rexml (3.2.6)
|
39
|
+
rubocop (1.56.2)
|
40
|
+
base64 (~> 0.1.1)
|
37
41
|
json (~> 2.3)
|
42
|
+
language_server-protocol (>= 3.17.0)
|
38
43
|
parallel (~> 1.10)
|
39
|
-
parser (>= 3.2.
|
44
|
+
parser (>= 3.2.2.3)
|
40
45
|
rainbow (>= 2.2.2, < 4.0)
|
41
46
|
regexp_parser (>= 1.8, < 3.0)
|
42
47
|
rexml (>= 3.2.5, < 4.0)
|
43
|
-
rubocop-ast (>= 1.
|
48
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
44
49
|
ruby-progressbar (~> 1.7)
|
45
50
|
unicode-display_width (>= 2.4.0, < 3.0)
|
46
|
-
rubocop-ast (1.
|
51
|
+
rubocop-ast (1.29.0)
|
47
52
|
parser (>= 3.2.1.0)
|
48
|
-
rubocop-performance (1.
|
53
|
+
rubocop-performance (1.19.0)
|
49
54
|
rubocop (>= 1.7.0, < 2.0)
|
50
55
|
rubocop-ast (>= 0.4.0)
|
51
|
-
rubocop-rails (2.
|
56
|
+
rubocop-rails (2.20.2)
|
52
57
|
activesupport (>= 4.2.0)
|
53
58
|
rack (>= 1.1)
|
54
59
|
rubocop (>= 1.33.0, < 2.0)
|
55
60
|
ruby-progressbar (1.13.0)
|
56
|
-
standard (1.
|
61
|
+
standard (1.31.0)
|
57
62
|
language_server-protocol (~> 3.17.0.2)
|
58
|
-
|
59
|
-
rubocop
|
63
|
+
lint_roller (~> 1.0)
|
64
|
+
rubocop (~> 1.56.0)
|
65
|
+
standard-custom (~> 1.0.0)
|
66
|
+
standard-performance (~> 1.2)
|
67
|
+
standard-custom (1.0.2)
|
68
|
+
lint_roller (~> 1.0)
|
69
|
+
rubocop (~> 1.50)
|
70
|
+
standard-performance (1.2.0)
|
71
|
+
lint_roller (~> 1.1)
|
72
|
+
rubocop-performance (~> 1.19.0)
|
60
73
|
tzinfo (2.0.6)
|
61
74
|
concurrent-ruby (~> 1.0)
|
62
75
|
unicode-display_width (2.4.2)
|
63
76
|
|
64
77
|
PLATFORMS
|
78
|
+
arm64-darwin-20
|
65
79
|
arm64-darwin-22
|
66
80
|
x86_64-linux
|
67
81
|
|
data/config/base.yml
CHANGED
@@ -19,6 +19,15 @@ AllCops:
|
|
19
19
|
# as the default.
|
20
20
|
TargetRailsVersion: ~
|
21
21
|
|
22
|
+
# This cop from rubocop was added to the Rubocop-Rails
|
23
|
+
# config as part of this PR:
|
24
|
+
# https://github.com/rubocop/rubocop-rails/pull/1014
|
25
|
+
# in order to support some Rails-specific methods. At the
|
26
|
+
# time of writing, it's disabled in Standard, so it's
|
27
|
+
# disabled here.
|
28
|
+
Lint/RedundantSafeNavigation:
|
29
|
+
Enabled: false
|
30
|
+
|
22
31
|
Rails:
|
23
32
|
DocumentationBaseURL: https://docs.rubocop.org/rubocop-rails
|
24
33
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.
|
33
|
+
version: 2.20.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 2.
|
40
|
+
version: 2.20.2
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- searls@gmail.com
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
85
|
+
rubygems_version: 3.2.15
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: A Standard plugin that adds Rails-specific rules to Standard
|