kpn-style 0.2.0 → 0.2.1
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/kpn_style.gemspec +1 -1
- data/lib/kpn/style/version.rb +1 -1
- data/ruby-3.0.yml +8 -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: 8aa3c51992060dd936919add92f64679b3f95ecdfc768b1dace7cef466b4b4f3
|
4
|
+
data.tar.gz: d313538e3e119227dda1d4131f86a69722717c8be2013add338686f1d09af8d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '030276393e9e32237ad6b8c562415ca566705861d81d8fd14ba2b164b63d2211dd4dbe6ef30d029dc5e163f2c9925c0dac60057abaf72c7e02dfdbfa4309f487'
|
7
|
+
data.tar.gz: fc82ef6d23c65c3d736664135d7dc15981138a0e35ff9faa90c5a7060710dd88eb0b6405ef787a1b5d2238583924d5f9544f1b4ed0746b4075ff9b49e25fe92b
|
data/kpn_style.gemspec
CHANGED
data/lib/kpn/style/version.rb
CHANGED
data/ruby-3.0.yml
CHANGED
@@ -86,6 +86,14 @@ RSpec/BeforeAfterAll:
|
|
86
86
|
RSpec/ContainExactly:
|
87
87
|
Description: Checks where `contain_exactly` is used.
|
88
88
|
Enabled: true
|
89
|
+
RSpec/ContextWording:
|
90
|
+
Description: Checks that `context` docstring starts with an allowed prefix.
|
91
|
+
Enabled: true
|
92
|
+
Prefixes:
|
93
|
+
- when
|
94
|
+
- with
|
95
|
+
- without
|
96
|
+
AllowedPatterns: ['on']
|
89
97
|
RSpec/DuplicatedMetadata:
|
90
98
|
Description: Avoid duplicated metadata.
|
91
99
|
Enabled: true
|
@@ -111,7 +119,6 @@ RSpec/MetadataStyle:
|
|
111
119
|
Description: Use consistent metadata style.
|
112
120
|
Enabled: true
|
113
121
|
RSpec/PendingWithoutReason:
|
114
|
-
PendingWithoutReason:
|
115
122
|
Description: Checks for pending or skipped examples without reason.
|
116
123
|
Enabled: true
|
117
124
|
RSpec/ReceiveMessages:
|