rubocop-nosolosoftware 1.7.0 → 1.8.0
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-layout.yml +5 -0
- data/rubocop-naming.yml +4 -0
- 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: ba5df62d412085a3f004240a333d4f06277f7f328da9ba9a5481cf8fd0ccc3d4
|
|
4
|
+
data.tar.gz: eed09f87292739062b8baabf4455170e7b53ad5a59ebe92d75022aea9fb8a14a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06c1e3d9fd28e1dcc8d6a9e96e87673a955a4cb9322c957756c03c19500c2f487514e228739dda9749ec43d175c9d840db8336f559b183043669181fe3d0d420
|
|
7
|
+
data.tar.gz: fe6bc808329f57eb32ed73d6dd78bc9b236b77ecb2bcd552bdefeac7b593c7fc99bd642817b46c68aa6976380ff25aaa95d85c40a8633d2df9d2bb33e5369a62
|
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.8.0 - 2021-06-29
|
|
11
|
+
- Added new rules introduced in the last version.
|
|
12
|
+
- rubocop
|
|
13
|
+
- Layout/LineEndStringConcatenationIndentation (1.18)
|
|
14
|
+
- Naming/InclusiveLanguage (1.18)
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- Updated dependency rubocop
|
|
18
|
+
|
|
10
19
|
## 1.7.0 - 2021-06-29
|
|
11
20
|
- Added new rules introduced in the last version.
|
|
12
21
|
- rubocop-rails
|
data/rubocop-layout.yml
CHANGED
|
@@ -25,3 +25,8 @@ Layout/SpaceInsideHashLiteralBraces:
|
|
|
25
25
|
# https://docs.rubocop.org/rubocop/cops_layout.html#layoutspacebeforebrackets
|
|
26
26
|
Layout/SpaceBeforeBrackets:
|
|
27
27
|
Enabled: true
|
|
28
|
+
|
|
29
|
+
# https://docs.rubocop.org/rubocop/cops_layout.html#layoutlineendstringconcatenationindentation
|
|
30
|
+
Layout/LineEndStringConcatenationIndentation:
|
|
31
|
+
Enabled: true
|
|
32
|
+
EnforcedStyle: aligned
|
data/rubocop-naming.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-nosolosoftware
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Aranda
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.18'
|
|
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.18'
|
|
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.8.0
|
|
129
|
+
changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.8.0/CHANGELOG.md
|
|
130
130
|
homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
|
|
131
131
|
post_install_message:
|
|
132
132
|
rdoc_options:
|