rubocop-nosolosoftware 1.9.0 → 1.10.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 +4 -0
- data/rubocop-layout.yml +0 -4
- 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: cd0cbb20529e4b5fecc203b56d7ca1a2e9cd15a9189c1936c453a4a005dca8e4
|
4
|
+
data.tar.gz: 43d857a4ca3360b09a325ca171be36c3c99d7b921645ed37ac26e8bc5318e830
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e45a70f9a5c194fd11fb7a30206275f70eb7e188ad4b020999d1371b37aa9b520d091c24f4bf2a64c4c307840e64768e55ab7e6ba2b866baec2a801fc935469
|
7
|
+
data.tar.gz: 48c302a5e7e22314aaf8827e0fd635c0efd467cca11bf5a36689a8e047b45ae991cbe757e3801be90207fa197b77b054b3d17a4cc4508e2e99429c57b7956d17
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,10 @@ 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.10.0 - 2021-08-25
|
11
|
+
### Changed
|
12
|
+
- Layout/SpaceAroundEqualsInParameterDefault has been changed to the default value (aka space)
|
13
|
+
|
10
14
|
## 1.9.0 - 2021-08-18
|
11
15
|
- Added new rules introduced in the 1.19 version.
|
12
16
|
- rubocop
|
data/rubocop-layout.yml
CHANGED
@@ -14,10 +14,6 @@ Layout/LineLength:
|
|
14
14
|
Layout/MultilineMethodCallIndentation:
|
15
15
|
EnforcedStyle: indented_relative_to_receiver
|
16
16
|
|
17
|
-
# https://rubocop.readthedocs.io/en/latest/cops_layout/#layoutspacearoundequalsinparameterdefault
|
18
|
-
Layout/SpaceAroundEqualsInParameterDefault:
|
19
|
-
EnforcedStyle: no_space
|
20
|
-
|
21
17
|
# https://rubocop.readthedocs.io/en/latest/cops_layout/#layoutspaceinsidehashliteralbraces
|
22
18
|
Layout/SpaceInsideHashLiteralBraces:
|
23
19
|
EnforcedStyle: no_space
|
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.10.0
|
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-08-
|
11
|
+
date: 2021-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -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.10.0
|
129
|
+
changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.10.0/CHANGELOG.md
|
130
130
|
homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
|
131
131
|
post_install_message:
|
132
132
|
rdoc_options:
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
|
-
rubygems_version: 3.1.
|
147
|
+
rubygems_version: 3.1.2
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: Default Rubocop configuration used in NoSoloSoftware developments
|