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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f24f1d976c333013086212b0f12c2018814387a34cffe8f60a63bda666f64d17
4
- data.tar.gz: 68f39080b27228d339827fd5ab6612185cd062b02eb6d33e29caa3b0dba505b4
3
+ metadata.gz: 336f075d60708f90b87bad9fe56b77e03b9d56032047301b7a1d35dd9b56f9c9
4
+ data.tar.gz: 6b06003f421b68f9cced22eb72b8fc38428481766358de3ab81f5b4787dee859
5
5
  SHA512:
6
- metadata.gz: e7ab3a71b6498764502ef6ab61a64688c1b54c297d404cb5062fb3b363d503489eedcf08732b21bac4ee603373754571fbfc90752bc6eddc6bf3ceaf5b772b2a
7
- data.tar.gz: 148926c1cc475e6af61d4fbc58a32dc94074620835f8495f187c7edee8b4f3dc12e71d0ce813681998c4167c3ecf698da86dd966707b3a16f3b100a53b6a3989
6
+ metadata.gz: 51cd73808b98db03713f0ffdb331dea65e27b817f3d0037ca3fb25a1e71fe3d0660f13aacdbdcadbdb318f7c0adc037372347a08a03ee24344872308fc5297e0
7
+ data.tar.gz: f08e7f9c4348d2d80be7c0eee5d4d4b404be9e29391f0d76d3c1268d28fc139458bb2798f9c7a4d159a0036ddf1824525380f883bbc1146b7e0b4697544e54ce
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Discourse
5
- VERSION = "3.19.0"
5
+ VERSION = "3.20.0"
6
6
  end
7
7
  end
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-discourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.0
4
+ version: 3.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Discourse Team