rubocop-nosolosoftware 0.9.0 → 0.10.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: b9092a802db6538408a05b292f2ae17f594c68373687eb5e37f0a6126e220edb
4
- data.tar.gz: 4de86da8aa97ed88050ca982f414d3e002939134a7e767e98e98545603ecb143
3
+ metadata.gz: 07ca8a274841470a96eeb6bd9761984ac584fe6271bd97f580963582d0c202b5
4
+ data.tar.gz: 839ef10484ba232f3308aa43a838697d6ed522b5c5455a6ae9514086327e86d3
5
5
  SHA512:
6
- metadata.gz: 67f0752040c2c31d9257864766d9fa58365f9a72e3e6f8318c00d90899f8a888fe049b213864b32e5e0048673109dc65deacbe49ec14e58d893237792a5eea28
7
- data.tar.gz: 8c802b977471ffaac67651a46e9287a4c1c625383fa553044231bfef2be59e8c9646011e1db1802cb0eb45d232e590049c5e1343e00bfbb06f192bfeab02a5f4
6
+ metadata.gz: 9681fc80559d1314aea2139d0098de30a364fcd03a4d5f3685a9c437553113448036bd2d9b7beb1c03a054fb11ef5bc0ae1a089abe88eab21d9d35f53527578f
7
+ data.tar.gz: 3e936394ba3ea3e92dafb13b79c1a7b703bda9fb46a1861b6620a58dcbcfbbd03cb67476b82c9ce4926ab33945a4326d4ab7d495289dfa765bd4c38b518ef119
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 0.10.0 - 2020-11-04
9
+ ### Added
10
+ - Added new rules introduced in the last version.
11
+ - Lint/HashCompareByIdentity (0.93)
12
+ - Lint/RedundantSafeNavigation (0.93)
13
+ - Style/ClassEqualityComparison (0.93)
14
+
15
+ - Added new rules introduced in the last version of rubocop-rspec
16
+ - RSpec/StubbedMock (1.44)
17
+
18
+ ### Changed
19
+ - Bump dependencies
20
+
8
21
  ## 0.9.0 - 2020-09-18
9
22
  ### Added
10
23
  - Added new rules introduced in the last version.
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  Common Rubocop config for all our projects.
4
4
 
5
+ Please if you are using `rubocop < 1.0` use the branch [0.x](https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/0.x) and `rubocop-nosolosoftware < 1.0`.
5
6
 
6
7
  ## Installation
7
8
 
@@ -85,3 +85,11 @@ Lint/UselessMethodDefinition:
85
85
  # https://docs.rubocop.org/rubocop/cops_lint.html#lintuselesstimes
86
86
  Lint/UselessTimes:
87
87
  Enabled: true
88
+
89
+ # https://docs.rubocop.org/rubocop/cops_lint.html#linthashcomparebyidentity
90
+ Lint/HashCompareByIdentity:
91
+ Enabled: true
92
+
93
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintredundantsafenavigation
94
+ Lint/RedundantSafeNavigation:
95
+ Enabled: true
@@ -47,3 +47,7 @@ Style/BlockComments:
47
47
  Style/BlockDelimiters:
48
48
  Exclude:
49
49
  - "**/spec/**/*.rb"
50
+
51
+ # https://rubocop.readthedocs.io/en/latest/cops_style/#rspecstubbedmock
52
+ RSpec/StubbedMock:
53
+ Enabled: true
@@ -121,3 +121,7 @@ Style/RedundantSelfAssignment:
121
121
  # https://docs.rubocop.org/rubocop/cops_style.html#stylesolenestedconditional
122
122
  Style/SoleNestedConditional:
123
123
  Enabled: true
124
+
125
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleclassequalitycomparison
126
+ Style/ClassEqualityComparison:
127
+ 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: 0.9.0
4
+ version: 0.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: 2020-09-18 00:00:00.000000000 Z
11
+ date: 2020-11-04 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: '0.91'
19
+ version: '0.93'
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: '0.91'
26
+ version: '0.93'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-faker
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.43'
89
+ version: '1.44'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '1.43'
96
+ version: '1.44'
97
97
  description: ''
98
98
  email: jaranda@nosolosoftware.es
99
99
  executables: []
@@ -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/v0.9.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v0.9.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v0.10.0
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v0.10.0/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options: