renuocop 0.7.0 → 0.8.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.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -0
- data/CHANGELOG.md +7 -0
- data/config/base.yml +9 -8
- data/lib/renuocop/version.rb +1 -1
- metadata +20 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be4a02ed5077b960cfe31d74f2f284e447a3cd856a35fef6e3a32108943cf505
|
4
|
+
data.tar.gz: fc599588fbc071fa7af2cc10041bec6484ff492f670c882af45b9e2b42093281
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fc8ddab4b1fc994bbe5a0411bb7594adffe89be8aa6f3a8ff95fc040e7f3fadcb37c9b1ae634817604bee2807c9892dab69b1bf209b966b702e6b8034570070
|
7
|
+
data.tar.gz: c8c2f460b16b7f46e84b3fa3b6bd6d4c99631d959c048f67e1b1e6615c5f2f903bc48f65ed51d72d1cc0515dac07f3a594a837a67aafbd84dec8c52f95e3db5d
|
data/.rubocop.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
config/base.yml
|
data/CHANGELOG.md
CHANGED
data/config/base.yml
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
require:
|
2
|
+
- standard
|
3
|
+
|
4
|
+
plugins:
|
2
5
|
- rubocop-capybara
|
3
6
|
- rubocop-factory_bot
|
4
7
|
- rubocop-performance
|
5
8
|
- rubocop-rails
|
6
|
-
- rubocop-rspec
|
7
|
-
- standard
|
9
|
+
- rubocop-rspec
|
8
10
|
|
9
11
|
inherit_gem:
|
10
12
|
standard: config/base.yml
|
@@ -86,6 +88,10 @@ Layout/SpaceInsideHashLiteralBraces:
|
|
86
88
|
Layout/TrailingWhitespace:
|
87
89
|
AllowInHeredoc: false
|
88
90
|
|
91
|
+
|
92
|
+
Lint/UselessConstantScoping:
|
93
|
+
Enabled: false
|
94
|
+
|
89
95
|
Lint/AmbiguousBlockAssociation:
|
90
96
|
Enabled: true
|
91
97
|
|
@@ -701,12 +707,6 @@ Style/SpecialGlobalVars:
|
|
701
707
|
Style/StringConcatenation:
|
702
708
|
Enabled: true
|
703
709
|
|
704
|
-
Style/StringLiterals:
|
705
|
-
EnforcedStyle: single_quotes
|
706
|
-
|
707
|
-
Style/StringLiteralsInInterpolation:
|
708
|
-
EnforcedStyle: single_quotes
|
709
|
-
|
710
710
|
Style/StructInheritance:
|
711
711
|
Enabled: true
|
712
712
|
|
@@ -747,5 +747,6 @@ AllCops:
|
|
747
747
|
- 'public/**/*'
|
748
748
|
- 'tmp/**/*'
|
749
749
|
- 'db/schema.rb'
|
750
|
+
- 'db/migrate/**/*'
|
750
751
|
- 'vendor/**/*'
|
751
752
|
- 'node_modules/**/*'
|
data/lib/renuocop/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: renuocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Rodi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rubocop
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.72'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.72'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: rubocop-capybara
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,7 +87,7 @@ dependencies:
|
|
73
87
|
- !ruby/object:Gem::Version
|
74
88
|
version: 2.20.1
|
75
89
|
- !ruby/object:Gem::Dependency
|
76
|
-
name: rubocop-
|
90
|
+
name: rubocop-rspec_rails
|
77
91
|
requirement: !ruby/object:Gem::Requirement
|
78
92
|
requirements:
|
79
93
|
- - ">="
|
@@ -107,6 +121,7 @@ executables: []
|
|
107
121
|
extensions: []
|
108
122
|
extra_rdoc_files: []
|
109
123
|
files:
|
124
|
+
- ".rubocop.yml"
|
110
125
|
- ".standard.yml"
|
111
126
|
- CHANGELOG.md
|
112
127
|
- CODE_OF_CONDUCT.md
|
@@ -125,6 +140,7 @@ metadata:
|
|
125
140
|
homepage_uri: https://www.renuo.ch
|
126
141
|
source_code_uri: https://github.com/renuo/renuocop
|
127
142
|
changelog_uri: https://github.com/renuo/renuocop/CHANGELOG.md
|
143
|
+
rubygems_mfa_required: 'true'
|
128
144
|
post_install_message:
|
129
145
|
rdoc_options: []
|
130
146
|
require_paths:
|
@@ -140,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
156
|
- !ruby/object:Gem::Version
|
141
157
|
version: '0'
|
142
158
|
requirements: []
|
143
|
-
rubygems_version: 3.
|
159
|
+
rubygems_version: 3.5.11
|
144
160
|
signing_key:
|
145
161
|
specification_version: 4
|
146
162
|
summary: Renuo default style guide, linter, and formatter.
|