rubocop-discourse 3.19.0 → 3.20.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/lib/rubocop/discourse/version.rb +1 -1
- data/rubocop-rspec.yml +18 -0
- 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: 336f075d60708f90b87bad9fe56b77e03b9d56032047301b7a1d35dd9b56f9c9
|
|
4
|
+
data.tar.gz: 6b06003f421b68f9cced22eb72b8fc38428481766358de3ab81f5b4787dee859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51cd73808b98db03713f0ffdb331dea65e27b817f3d0037ca3fb25a1e71fe3d0660f13aacdbdcadbdb318f7c0adc037372347a08a03ee24344872308fc5297e0
|
|
7
|
+
data.tar.gz: f08e7f9c4348d2d80be7c0eee5d4d4b404be9e29391f0d76d3c1268d28fc139458bb2798f9c7a4d159a0036ddf1824525380f883bbc1146b7e0b4697544e54ce
|
data/rubocop-rspec.yml
CHANGED
|
@@ -40,5 +40,23 @@ RSpec/EmptyLineAfterFinalLet:
|
|
|
40
40
|
RSpec/EmptyLineAfterHook:
|
|
41
41
|
Enabled: true
|
|
42
42
|
|
|
43
|
+
RSpec/ExampleWording:
|
|
44
|
+
Enabled: true
|
|
45
|
+
DisallowedExamples:
|
|
46
|
+
- works
|
|
47
|
+
- succeeds
|
|
48
|
+
- fails
|
|
49
|
+
- does something
|
|
50
|
+
- behaves correctly
|
|
51
|
+
- handles it
|
|
52
|
+
- handles errors
|
|
53
|
+
- returns the expected result
|
|
54
|
+
|
|
55
|
+
RSpec/RepeatedDescription:
|
|
56
|
+
Enabled: true
|
|
57
|
+
|
|
58
|
+
RSpec/RepeatedExampleGroupDescription:
|
|
59
|
+
Enabled: true
|
|
60
|
+
|
|
43
61
|
RSpecRails/HttpStatus:
|
|
44
62
|
Enabled: true
|