rubocop-discourse 3.0.2 → 3.0.3

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: 891bf23985f5f43eb7c159ea17d37796d1506bda70d0543ee8db898b4959117d
4
- data.tar.gz: 4f6070c33571f3366a15d855af0cf54bfbbd17fc25fb1d81a6117945057500c1
3
+ metadata.gz: 3d24c868dde5baa70443d32cd905a19094685c8e2467808f3edcf640f5ef1d36
4
+ data.tar.gz: 7d71e2042e81a14434d2a04daf46e7b75628648d2a549552c22dcfcd755e7a19
5
5
  SHA512:
6
- metadata.gz: 325c00e05fab4174022dfe6a2f01f20be7d259050fe2585ea928382cad408199d0801eb3a1f10ac8608321d42437b13db05e7dad8dcac87b70789f014e49702f
7
- data.tar.gz: 8fabe70bb7af7c15459a434f2f54b79e074c2f4e8e254853f9d1fd6cd9d248046388b47431c9832c907882d9516b4530d5cf2e733570e001a9620871c2a07f09
6
+ metadata.gz: 4bcd8327760a86df7657bcc2351e4cad3da8946388eb39d7470f9f743818c268e004b181608ad104fd5306c030e2e83e42cbb613073435766a81a8fef039f83d
7
+ data.tar.gz: b1ce6296467fc8dbb2e0632f051cbd4de8f495050a3b53b5ad25fb498a7ed8b69d690c902ec5d908f71885f33e14f35e02a786b0c6da6e70e674469419c8ed27
data/default.yml CHANGED
@@ -1,6 +1,3 @@
1
1
  inherit_from:
2
2
  - ./stree-compat.yml
3
3
  - ./rubocop-layout.yml
4
-
5
- Layout/LineLength:
6
- Enabled: false
data/rubocop-core.yml CHANGED
@@ -50,3 +50,6 @@ Lint/ShadowingOuterLocalVariable:
50
50
 
51
51
  Bundler/OrderedGems:
52
52
  Enabled: false
53
+
54
+ Layout/LineLength:
55
+ Enabled: false
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rubocop-discourse"
5
- s.version = "3.0.2"
5
+ s.version = "3.0.3"
6
6
  s.summary = "Custom rubocop cops used by Discourse"
7
7
  s.authors = ["Discourse Team"]
8
8
  s.license = "MIT"
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.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Discourse Team