rubocop-nosolosoftware 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edf286bff0729b0a8d2916ba0e832f1fe8d366bb1f95ba79a1af2af983ed02b5
4
- data.tar.gz: 0274b7d6b9e51bc39b02f893054d9f332371e57c4f2ad9508d0ec0573d887d6c
3
+ metadata.gz: ba5df62d412085a3f004240a333d4f06277f7f328da9ba9a5481cf8fd0ccc3d4
4
+ data.tar.gz: eed09f87292739062b8baabf4455170e7b53ad5a59ebe92d75022aea9fb8a14a
5
5
  SHA512:
6
- metadata.gz: 4a5f52e00b9d3f80bcd1f8df5bf1931a6f9b533b6ff628eb58522e08f8e0407d05d9a93eae9abbe28b915b6e6d80de7fc066022aeef39b6906a811777128c546
7
- data.tar.gz: 1916de8b126a103b39ea763e941041abf4f2011d7e4bb49c514cb32ebb05f464cce6c79984dbde343601559ce9abe1400407f084155a2bc906a82490486396f7
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
@@ -5,3 +5,7 @@
5
5
  # https://docs.rubocop.org/rubocop/cops_naming.html#namingvariablenumber
6
6
  Naming/VariableNumber:
7
7
  EnforcedStyle: snake_case
8
+
9
+ # https://docs.rubocop.org/rubocop/cops_naming.html#naminginclusivelanguage
10
+ Naming/InclusiveLanguage:
11
+ Enabled: false
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.7.0
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.10'
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.10'
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.7.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.7.0/CHANGELOG.md
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: