simplycop 2.16.2 → 2.17.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/.simplycop_rspec.yml +3 -0
- data/catalog-info.yaml +1 -1
- data/lib/simplycop/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 523f9226a0548b7019c762f51c06e4f52224d3bcbdc6995a8b77f7041b72eb41
|
4
|
+
data.tar.gz: d9f2b37d228f723467bb3d743cfbed75df9da5cc0105a7fc48bf55134c4f71f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b092e91c01c4d9f7f80286188c9909ff54459317d714cbd4309f2db9fcc802ec9e424020a62b505605874f8be3f4b54e2c435bdca674ec6ff9c38e0228631cc
|
7
|
+
data.tar.gz: 4627f25559824d254724c8372fb25f49d10faac8ad29b6837959b67970f7362e729e82bab6536a5fb3271cdc6ec1a15ade379f5f0b71f59d880f5f537ba86a41
|
data/.simplycop_rspec.yml
CHANGED
@@ -159,6 +159,9 @@ RSpec/ImplicitExpect:
|
|
159
159
|
RSpec/ImplicitSubject:
|
160
160
|
Enabled: true
|
161
161
|
|
162
|
+
RSpec/IncludeExamples:
|
163
|
+
Enabled: true
|
164
|
+
|
162
165
|
# Currently pending (as of 2.16) but causes multiple fails on Rater and Chopin
|
163
166
|
# and possibly controversial/unpopular so keep disabled pending discussion
|
164
167
|
RSpec/IndexedLet:
|
data/catalog-info.yaml
CHANGED
@@ -10,7 +10,7 @@ metadata:
|
|
10
10
|
simplybusiness.com/bnw-app-name: simplycop
|
11
11
|
simplybusiness.com/sast-scanning: enabled
|
12
12
|
rubygems.org/name: simplycop
|
13
|
-
rubygems.org/current-version: 2.
|
13
|
+
rubygems.org/current-version: 2.17.0
|
14
14
|
spec:
|
15
15
|
type: library
|
16
16
|
lifecycle: production
|
data/lib/simplycop/version.rb
CHANGED