rubocop-nosolosoftware 1.11.0 → 1.12.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/CHANGELOG.md +9 -0
- data/rubocop-lint.yml +4 -0
- data/rubocop-security.yml +4 -0
- data/rubocop-style.yml +12 -0
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 420a8fa0d2344d8b95f374fcc62a1f762e6177c44d59b9bc7b2c97c7372bb60e
|
|
4
|
+
data.tar.gz: 8104b69ddd7613f4e1a82cc815ab44e6a8611b91d51e99183e682d637f8ff8d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf3c484708576c61e955165f6d110397bf740d3b1ff0690b7eba55f78c8a7e8f5370a11ca88b344a81a0b27ced56a484ab0e3a4c428c34d91802d86171b638a4
|
|
7
|
+
data.tar.gz: '09ab02fb1badd5f196c38365bdee0673ab5d146d7fc4801891415e07d707de51d1f215408c69202b41c9f32426371c16d14da7a74dce3d3566eea402f7ebeeda'
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
The following rules have been added:
|
|
9
9
|
|
|
10
|
+
## 1.12.0 - 2021-10-13
|
|
11
|
+
- Added new rules
|
|
12
|
+
- rubocop
|
|
13
|
+
- Lint/RequireRelativeSelfPath (1.22)
|
|
14
|
+
- Security/IoMethods (1.22)
|
|
15
|
+
- Style/NumberedParameters (1.22)
|
|
16
|
+
- Style/NumberedParametersLimit (1.22)
|
|
17
|
+
- Style/SelectByRegexp (1.22)
|
|
18
|
+
|
|
10
19
|
## 1.11.0 - 2021-09-28
|
|
11
20
|
- Added new rules
|
|
12
21
|
- rubocop
|
data/rubocop-lint.yml
CHANGED
|
@@ -91,3 +91,7 @@ Lint/AmbiguousOperatorPrecedence:
|
|
|
91
91
|
# https://docs.rubocop.org/rubocop/cops_lint.html#lintincompatibleioselectwithfiberscheduler
|
|
92
92
|
Lint/IncompatibleIoSelectWithFiberScheduler:
|
|
93
93
|
Enabled: true
|
|
94
|
+
|
|
95
|
+
# https://docs.rubocop.org/rubocop/cops_lint.html#lintrequirerelativeselfpath
|
|
96
|
+
Lint/RequireRelativeSelfPath:
|
|
97
|
+
Enabled: true
|
data/rubocop-security.yml
CHANGED
data/rubocop-style.yml
CHANGED
|
@@ -100,3 +100,15 @@ Style/StringChars:
|
|
|
100
100
|
# https://docs.rubocop.org/rubocop/cops_style.html#styleredundantselfassignmentbranch
|
|
101
101
|
Style/RedundantSelfAssignmentBranch:
|
|
102
102
|
Enabled: true
|
|
103
|
+
|
|
104
|
+
# https://docs.rubocop.org/rubocop/cops_style.html#stylenumberedparameters
|
|
105
|
+
Style/NumberedParameters:
|
|
106
|
+
Enabled: true
|
|
107
|
+
|
|
108
|
+
# https://docs.rubocop.org/rubocop/cops_style.html#stylenumberedparameterslimit
|
|
109
|
+
Style/NumberedParametersLimit:
|
|
110
|
+
Enabled: true
|
|
111
|
+
|
|
112
|
+
# https://docs.rubocop.org/rubocop/cops_style.html#styleselectbyregexp
|
|
113
|
+
Style/SelectByRegexp:
|
|
114
|
+
Enabled: true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-nosolosoftware
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Aranda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.22'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '1.
|
|
26
|
+
version: '1.22'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-faker
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -125,8 +125,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
|
|
|
125
125
|
licenses:
|
|
126
126
|
- MIT
|
|
127
127
|
metadata:
|
|
128
|
-
source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.
|
|
129
|
-
changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.
|
|
128
|
+
source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.12.1
|
|
129
|
+
changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.12.1/CHANGELOG.md
|
|
130
130
|
homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
|
|
131
131
|
post_install_message:
|
|
132
132
|
rdoc_options:
|